File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ else()
318
318
# add_dependencies(clang_rt.asan-dynamic-${arch} clang_rt.asan-dynamic-${arch}-version-list)
319
319
# generates an order-only dependency in ninja.
320
320
RTAsan_dynamic_version_script_dummy
321
+ RTUbsan_cxx
321
322
${ASAN_DYNAMIC_WEAK_INTERCEPTION}
322
323
CFLAGS ${ASAN_DYNAMIC_CFLAGS}
323
324
LINK_FLAGS ${ASAN_DYNAMIC_LINK_FLAGS}
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ function(add_hwasan_runtimes arch use_aliases)
219
219
RTSanitizerCommonSymbolizerInternal
220
220
RTLSanCommon
221
221
RTUbsan
222
+ RTUbsan_cxx
222
223
# The only purpose of RTHWAsan_dynamic_version_script_dummy is to
223
224
# carry a dependency of the shared runtime on the version script.
224
225
# Replacing it with a straightforward
You can’t perform that action at this time.
0 commit comments