1
0
Fork 0

fixed comment

This commit is contained in:
Christian Kühnel 2020-02-04 08:31:03 +01:00
parent 50c20dc029
commit d7a15da853

View file

@ -22,7 +22,7 @@ param (
# if -DetectProjects is set the projects are detected based on the files
# that were modified in the working copy
if ($projects -eq "default") {
# TODO: make this configurable per OS/compiler/...
# These are the default projects for windows
$LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;mlir"
} elseif ($projects -eq "detect") {
$LLVM_ENABLE_PROJECTS = (git diff | python ${PSScriptRoot}\choose_projects.py . ) | Out-String