1
0
Fork 0

added debugging info

This commit is contained in:
Christian Kühnel 2019-12-02 15:40:10 +01:00
parent bac89cc03a
commit 27730f4d35

View file

@ -25,7 +25,8 @@ 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 --debug-output
} -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.