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:
Richard Smith 2013-03-22 00:01:44 +00:00
parent f70c41ea7c
commit 1ea5b805ce
1 changed files with 2 additions and 1 deletions

View File

@ -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 \