diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-08-25 20:00:35 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-08-25 20:00:35 +0000 |
| commit | f4b7bcec97073d592c48ac2fb17d1da209084102 (patch) | |
| tree | fe510eeb0f3e818172db82563f095bfac114d5dc | |
| parent | d160260681a1b23a426308791273b9d1d6db0982 (diff) | |
| download | bcm5719-llvm-f4b7bcec97073d592c48ac2fb17d1da209084102.tar.gz bcm5719-llvm-f4b7bcec97073d592c48ac2fb17d1da209084102.zip | |
[CMake] fixing a typo that is breaking bots.
llvm-svn: 245971
| -rw-r--r-- | compiler-rt/lib/asan/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/CMakeLists.txt b/compiler-rt/lib/asan/CMakeLists.txt index 35d05b68653..52296354c16 100644 --- a/compiler-rt/lib/asan/CMakeLists.txt +++ b/compiler-rt/lib/asan/CMakeLists.txt @@ -189,7 +189,7 @@ else() CFLAGS ${ASAN_DYNAMIC_CFLAGS} LINKFLAGS ${ASAN_DYNAMIC_LINK_FLAGS} ${VERSION_SCRIPT_FLAG} - LINKLIBS ${ASAN_DYNAMIC_LIBS} + LINK_LIBS ${ASAN_DYNAMIC_LIBS} DEFS ${ASAN_DYNAMIC_DEFINITIONS} PARENT_TARGET asan) |

