added debugging info
This commit is contained in:
parent
bac89cc03a
commit
27730f4d35
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ Invoke-Call -ScriptBlock {
|
|||
-D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra" `
|
||||
-D LLVM_ENABLE_ASSERTIONS=ON `
|
||||
-DLLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml" `
|
||||
-D LLVM_ENABLE_DIA_SDK=OFF
|
||||
-D LLVM_ENABLE_DIA_SDK=OFF `
|
||||
--trace --debug-output
|
||||
} -ErrorAction Stop
|
||||
|
||||
# LLVM_ENABLE_DIA_SDK=OFF is a workaround to make the tests pass.
|
||||
|
|
Loading…
Reference in a new issue