1
0
Fork 0

added LLVM_ENABLE_DIA_SDK=OFF

This commit is contained in:
Christian Kühnel 2019-11-27 08:53:08 +00:00
parent f3c2fa91a4
commit 871810ad7e

View file

@ -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