From 7ab62f2aea6e368ed3af94fe937334014523ed3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 16 Dec 2019 09:46:47 +0000 Subject: [PATCH] removed tracing --- scripts/run_cmake.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_cmake.ps1 b/scripts/run_cmake.ps1 index 9b8343d..a02a462 100644 --- a/scripts/run_cmake.ps1 +++ b/scripts/run_cmake.ps1 @@ -25,8 +25,7 @@ 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 ` - --trace + -D LLVM_ENABLE_DIA_SDK=OFF } -ErrorAction Stop # LLVM_ENABLE_DIA_SDK=OFF is a workaround to make the tests pass.