[ubsan] Add RTUbsan_standalone into UBSAN standalone shared

Same as for Apple.
This also fixes flags related tests on Android as without this flags are not
initialized.

llvm-svn: 313519
This commit is contained in:
Vitaly Buka 2017-09-18 08:04:03 +00:00
parent 7119b57a9d
commit d2b4022c0b
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ else()
OBJECT_LIBS RTSanitizerCommon
RTSanitizerCommonLibc
RTUbsan
RTUbsan_standalone
CFLAGS ${UBSAN_CFLAGS}
LINK_FLAGS ${SANITIZER_COMMON_LINK_FLAGS}
LINK_LIBS ${UBSAN_DYNAMIC_LIBS}