File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ else ()
65
65
elseif (${USING_TSAN} )
66
66
add_compile_options (-fsanitize=thread)
67
67
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
68
- add_compile_options ("-fsanitize-blacklist=${PROJECT_SOURCE_DIR} /tsan_blacklist " )
68
+ add_compile_options ("-fsanitize-blacklist=${PROJECT_SOURCE_DIR} /tsan_clang_blacklist " )
69
69
endif ()
70
70
add_definitions (-DED25519_NO_INLINE_ASM)
71
71
endif ()
@@ -127,7 +127,7 @@ else ()
127
127
elseif (${USING_TSAN} )
128
128
set (PLATFORM_LINK_FLAGS "${PLATFORM_LINK_FLAGS} -fsanitize=thread" )
129
129
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
130
- set (PLATFORM_LINK_FLAGS "${PLATFORM_LINK_FLAGS} -fsanitize-blacklist=${PROJECT_SOURCE_DIR} /tsan_blacklist " )
130
+ set (PLATFORM_LINK_FLAGS "${PLATFORM_LINK_FLAGS} -fsanitize-blacklist=${PROJECT_SOURCE_DIR} /tsan_clang_blacklist " )
131
131
endif ()
132
132
endif ()
133
133
endif ()
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ race:mdb.c
You can’t perform that action at this time.
0 commit comments