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:RTSanitizerCommon.${os}>
|
||||||
$<TARGET_OBJECTS:RTLSanCommon.${os}>
|
$<TARGET_OBJECTS:RTLSanCommon.${os}>
|
||||||
CFLAGS ${ASAN_CFLAGS}
|
CFLAGS ${ASAN_CFLAGS}
|
||||||
DEFS ${ASAN_COMMON_DEFINITIONS}
|
DEFS ${ASAN_COMMON_DEFINITIONS})
|
||||||
LINKFLAGS ${ASAN_RUNTIME_LDFLAGS})
|
|
||||||
add_dependencies(asan clang_rt.asan_${os}_dynamic)
|
add_dependencies(asan clang_rt.asan_${os}_dynamic)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue