forked from OSchip/llvm-project
[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.
llvm-svn: 203913
This commit is contained in:
parent
ca5ebafc9d
commit
9c97e0de24
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue