File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ set(ASAN_DYNAMIC_LIBS
148
148
${SANITIZER_CXX_ABI_LIBRARIES}
149
149
${SANITIZER_COMMON_LINK_LIBS} )
150
150
151
+ message (NOTICE "in asan RTSAN_LINK_LIBS is ${RTSAN_LINK_LIBS} " )
152
+ message (NOTICE "in asan SANITIZER_CXX_ABI_LIBRARIES is ${RTSAN_LINK_LIBS} " )
153
+ message (NOTICE "in asan SANITIZER_COMMON_LINK_LIBS is ${SANITIZER_COMMON_LINK_LIBS} " )
154
+
151
155
append_list_if (COMPILER_RT_HAS_LIBDL dl ASAN_DYNAMIC_LIBS )
152
156
append_list_if (COMPILER_RT_HAS_LIBRT rt ASAN_DYNAMIC_LIBS )
153
157
append_list_if (COMPILER_RT_HAS_LIBM m ASAN_DYNAMIC_LIBS )
Original file line number Diff line number Diff line change @@ -27,7 +27,12 @@ set(RTSAN_CFLAGS
27
27
set (RTSAN_LINK_FLAGS ${COMPILER_RT_COMMON_LINK_FLAGS} )
28
28
set (RTSAN_LINK_LIBS
29
29
${COMPILER_RT_UNWINDER_LINK_LIBS}
30
- ${COMPILER_RT_CXX_LINK_LIBS} )
30
+ ${SANITIZER_CXX_ABI_LIBRARIES}
31
+ ${SANITIZER_COMMON_LINK_LIBS} )
32
+
33
+ message (NOTICE "in rtsan RTSAN_LINK_LIBS is ${RTSAN_LINK_LIBS} " )
34
+ message (NOTICE "in rtsan SANITIZER_CXX_ABI_LIBRARIES is ${RTSAN_LINK_LIBS} " )
35
+ message (NOTICE "in rtsan SANITIZER_COMMON_LINK_LIBS is ${SANITIZER_COMMON_LINK_LIBS} " )
31
36
32
37
append_rtti_flag (OFF RTSAN_CFLAGS )
33
38
You can’t perform that action at this time.
0 commit comments