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()
318318 # add_dependencies(clang_rt.asan-dynamic-${arch} clang_rt.asan-dynamic-${arch}-version-list)
319319 # generates an order-only dependency in ninja.
320320 RTAsan_dynamic_version_script_dummy
321+ RTUbsan_cxx
321322 ${ASAN_DYNAMIC_WEAK_INTERCEPTION}
322323 CFLAGS ${ASAN_DYNAMIC_CFLAGS}
323324 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)
219219 RTSanitizerCommonSymbolizerInternal
220220 RTLSanCommon
221221 RTUbsan
222+ RTUbsan_cxx
222223 # The only purpose of RTHWAsan_dynamic_version_script_dummy is to
223224 # carry a dependency of the shared runtime on the version script.
224225 # Replacing it with a straightforward
You can’t perform that action at this time.
0 commit comments