We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319b891 commit 74496b0Copy full SHA for 74496b0
compiler-rt/lib/asan/CMakeLists.txt
@@ -318,6 +318,7 @@ else()
318
# add_dependencies(clang_rt.asan-dynamic-${arch} clang_rt.asan-dynamic-${arch}-version-list)
319
# generates an order-only dependency in ninja.
320
RTAsan_dynamic_version_script_dummy
321
+ RTUbsan_cxx
322
${ASAN_DYNAMIC_WEAK_INTERCEPTION}
323
CFLAGS ${ASAN_DYNAMIC_CFLAGS}
324
LINK_FLAGS ${ASAN_DYNAMIC_LINK_FLAGS}
compiler-rt/lib/hwasan/CMakeLists.txt
@@ -219,6 +219,7 @@ function(add_hwasan_runtimes arch use_aliases)
219
RTSanitizerCommonSymbolizerInternal
220
RTLSanCommon
221
RTUbsan
222
223
# The only purpose of RTHWAsan_dynamic_version_script_dummy is to
224
# carry a dependency of the shared runtime on the version script.
225
# Replacing it with a straightforward
0 commit comments