summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_llvm_package.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_llvm_package.bat b/build_llvm_package.bat
index 69b03de6..4215799c 100755
--- a/build_llvm_package.bat
+++ b/build_llvm_package.bat
@@ -129,6 +129,7 @@ cmake -GNinja %cmake_flags% ^
-DCMAKE_EXE_LINKER_FLAGS=%builtins% ^
-DCMAKE_SHARED_LINKER_FLAGS=%builtins% ^
-DCMAKE_STATIC_LINKER_FLAGS=%builtins% ^
+ -DLLDB_TEST_USER_ARGS="--skip-category=watchpoint" ^
-DCMAKE_MODULE_LINKER_FLAGS=%builtins% ^
..\llvm-project\llvm || exit /b
ninja all || ninja all || ninja all || exit /b