forked from OSchip/llvm-project
[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:
parent
7119b57a9d
commit
d2b4022c0b
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue