forked from OSchip/llvm-project
Don't forget to link in the C++-specific parts of the ubsan runtime when using the Makefile build system on Darwin.
llvm-svn: 177684
This commit is contained in:
parent
f70c41ea7c
commit
1ea5b805ce
|
@ -192,7 +192,8 @@ FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
|
|||
$(SanitizerCommonFunctions) \
|
||||
$(AsanDynamicFunctions)
|
||||
|
||||
FUNCTIONS.ubsan_osx := $(UbsanFunctions) $(SanitizerCommonFunctions)
|
||||
FUNCTIONS.ubsan_osx := $(UbsanFunctions) $(UbsanCXXFunctions) \
|
||||
$(SanitizerCommonFunctions)
|
||||
|
||||
CCKEXT_COMMON_FUNCTIONS := \
|
||||
absvdi2 \
|
||||
|
|
Loading…
Reference in New Issue