added LLVM_ENABLE_DIA_SDK=OFF
This commit is contained in:
parent
f3c2fa91a4
commit
871810ad7e
1 changed files with 5 additions and 1 deletions
|
@ -22,6 +22,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Too
|
|||
cmake.exe ..\llvm -G Ninja -DCMAKE_BUILD_TYPE=Release ^
|
||||
-D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libcxxabi;lld" ^
|
||||
-D LLVM_ENABLE_ASSERTIONS=ON ^
|
||||
-DLLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"
|
||||
-DLLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml" ^
|
||||
-D LLVM_ENABLE_DIA_SDK=OFF
|
||||
|
||||
rem LLVM_ENABLE_DIA_SDK=OFF is a workaround to make the tests pass.
|
||||
rem see https://bugs.llvm.org/show_bug.cgi?id=44151
|
||||
|
||||
POPD
|
Loading…
Reference in a new issue