We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc38a45 commit 5fb4aa6Copy full SHA for 5fb4aa6
utils/build.ps1
@@ -2158,7 +2158,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
2158
-Platform $Platform `
2159
-UseBuiltCompilers ASM,C,CXX `
2160
-BuildTargets "install-compiler-rt" `
2161
- -Defines (@{
+ -Defines @{
2162
LLVM_DIR = "$LLVMTargetCache\lib\cmake\llvm";
2163
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR = "YES";
2164
COMPILER_RT_DEFAULT_TARGET_ONLY = "YES";
@@ -2169,7 +2169,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
2169
COMPILER_RT_BUILD_XRAY = "NO";
2170
COMPILER_RT_BUILD_PROFILE = "YES";
2171
COMPILER_RT_BUILD_SANITIZERS = "YES";
2172
- })
+ }
2173
}
2174
2175
function Build-ZLib([Hashtable] $Platform) {
0 commit comments