[dfsan] Add a syms file.

llvm-svn: 189620
This commit is contained in:
Peter Collingbourne 2013-08-29 22:49:00 +00:00
parent 04cc76dd53
commit 014328e76c
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,9 @@ if(CAN_TARGET_${arch})
SOURCES ${DFSAN_RTL_SOURCES}
$<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
CFLAGS ${DFSAN_RTL_CFLAGS} -fPIC -DDFSAN_NOLIBC)
list(APPEND DFSAN_RUNTIME_LIBRARIES clang_rt.dfsan-${arch})
add_sanitizer_rt_symbols(clang_rt.dfsan-${arch} dfsan.syms.extra)
list(APPEND DFSAN_RUNTIME_LIBRARIES clang_rt.dfsan-${arch}
clang_rt.dfsan-${arch}-symbols)
endif()
add_custom_target(dfsan_abilist ALL

View File

@ -0,0 +1,3 @@
dfsan_*
__dfsan_*
__dfsw_*