[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.

llvm-svn: 203913
This commit is contained in:
Alexander Potapenko 2014-03-14 10:16:59 +00:00
parent ca5ebafc9d
commit 9c97e0de24
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ if(APPLE)
$<TARGET_OBJECTS:RTSanitizerCommon.${os}>
$<TARGET_OBJECTS:RTLSanCommon.${os}>
CFLAGS ${ASAN_CFLAGS}
DEFS ${ASAN_COMMON_DEFINITIONS}
LINKFLAGS ${ASAN_RUNTIME_LDFLAGS})
DEFS ${ASAN_COMMON_DEFINITIONS})
add_dependencies(asan clang_rt.asan_${os}_dynamic)
endforeach()