This commit is contained in:
parent
3fed6aa4f2
commit
48cb615051
2 changed files with 8 additions and 0 deletions
7
tools/ci/amd64/clang/msan.blacklist
Normal file
7
tools/ci/amd64/clang/msan.blacklist
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
fun:XFlush
|
||||||
|
fun:XOpenDisplay
|
||||||
|
fun:XCreateWindow
|
||||||
|
fun:XSync
|
||||||
|
fun:dlopen
|
||||||
|
fun:dlclose
|
||||||
|
fun:destroy_swapchain
|
||||||
|
|
@ -22,6 +22,7 @@ cmake . \
|
||||||
-DCMAKE_CXX_FLAGS=" \
|
-DCMAKE_CXX_FLAGS=" \
|
||||||
-fsanitize=memory \
|
-fsanitize=memory \
|
||||||
-fsanitize-memory-track-origins \
|
-fsanitize-memory-track-origins \
|
||||||
|
-fsanitize-blacklist=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/msan.blacklist \
|
||||||
-g \
|
-g \
|
||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
-std=c++23 \
|
-std=c++23 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue