ci(amd64/clang/msan): fix msan errors #59

Merged
light7734 merged 7 commits from ci/msan_fix into main 2025-10-21 09:49:43 +00:00
Showing only changes of commit 2f7c729f88 - Show all commits

View file

@ -32,10 +32,12 @@ cmake \
-D CMAKE_EXE_LINKER_FLAGS=" \
-fsanitize=memory \
-fsanitize-memory-track-origins \
-L/libcxx_msan/lib \
-g \
-std=c++23 \
-L/msan/lib -Wl,-rpath,/msan/lib \
-L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \
-lc++ \
-lc++abi \
-Wl,-rpath,/libcxx_msan/lib"
-lc++abi"
cmake --build ./build -j"$(nproc)"