enabled more projects again
This commit is contained in:
parent
1c8f5b3af3
commit
25f69e6646
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ param (
|
||||||
# that were modified in the working copy
|
# that were modified in the working copy
|
||||||
if ($projects -eq "default") {
|
if ($projects -eq "default") {
|
||||||
# These are the default projects for windows
|
# These are the default projects for windows
|
||||||
# stripped: ;libcxx;libc;lld;mlir;compiler-rt;libcxxabi
|
$LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libc;lld;mlir;compiler-rt;libcxxabi"
|
||||||
$LLVM_ENABLE_PROJECTS="clang;clang-tools-extra"
|
|
||||||
} elseif ($projects -eq "detect") {
|
} elseif ($projects -eq "detect") {
|
||||||
$LLVM_ENABLE_PROJECTS = (git diff | python ${PSScriptRoot}\choose_projects.py . ) | Out-String
|
$LLVM_ENABLE_PROJECTS = (git diff | python ${PSScriptRoot}\choose_projects.py . ) | Out-String
|
||||||
$LLVM_ENABLE_PROJECTS = $LLVM_ENABLE_PROJECTS.replace("`n","").replace("`r","")
|
$LLVM_ENABLE_PROJECTS = $LLVM_ENABLE_PROJECTS.replace("`n","").replace("`r","")
|
||||||
|
|
Loading…
Reference in a new issue