1
0
Fork 0

removed tracing

This commit is contained in:
Christian Kühnel 2019-12-16 09:46:47 +00:00
parent c0297a85ed
commit 7ab62f2aea

View file

@ -25,8 +25,7 @@ Invoke-Call -ScriptBlock {
-D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra" ` -D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra" `
-D LLVM_ENABLE_ASSERTIONS=ON ` -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 ` -D LLVM_ENABLE_DIA_SDK=OFF
--trace
} -ErrorAction Stop } -ErrorAction Stop
# LLVM_ENABLE_DIA_SDK=OFF is a workaround to make the tests pass. # LLVM_ENABLE_DIA_SDK=OFF is a workaround to make the tests pass.