removed tracing
This commit is contained in:
parent
c0297a85ed
commit
7ab62f2aea
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue