Skip to content

Commit d52bcb0

Browse files
committed
move suppressiosn
1 parent 24b828e commit d52bcb0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ endif(BUILD_SANITIZER)
8989

9090
# To use ThreadSanitizer:
9191
# 1. Build with clang and the -tsan flag
92-
# 2. Run the binary with env var set: OMP_TOOL_LIBRARIES=/usr/lib/llvm-17/lib/libarcher.so ARCHER_OPTIONS='verbose=1' TSAN_OPTIONS='suppresions=ci/tsan_suppressions.txt:ignore_noninstrumented_modules=1:halt_on_error=1'
92+
# 2. Run the binary with env var set: OMP_TOOL_LIBRARIES=/usr/lib/llvm-17/lib/libarcher.so ARCHER_OPTIONS='verbose=1' TSAN_OPTIONS='suppresions=cpp/tsan_suppressions.txt:ignore_noninstrumented_modules=1:halt_on_error=1'
9393
# Replace with local llvm install path. libarcher.so must be presetn
9494
if(BUILD_TSAN)
9595
message(STATUS "Building with ThreadSanitizer enabled")

0 commit comments

Comments
 (0)