diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-12-01 23:40:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-12-01 23:40:18 +0000 |
commit | 1d6469fcb103acef30206ed3ad48c64bea5c84b3 (patch) | |
tree | e2b633d5a0bb652421abe2c0f89e6500660af9e8 /clang/runtime/compiler-rt | |
parent | 5cd49adb2d0d2a0c6bf7960112e76054954f9667 (diff) | |
download | bcm5719-llvm-1d6469fcb103acef30206ed3ad48c64bea5c84b3.tar.gz bcm5719-llvm-1d6469fcb103acef30206ed3ad48c64bea5c84b3.zip |
Driver/Darwin: Add ASAN runtime library link support.
llvm-svn: 145651
Diffstat (limited to 'clang/runtime/compiler-rt')
-rw-r--r-- | clang/runtime/compiler-rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index bba8fb30481..a8cd2e981d6 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/runtime/compiler-rt/Makefile @@ -78,7 +78,7 @@ ifeq ($(OS),Darwin) RuntimeDirs += darwin RuntimeLibrary.darwin.Configs := \ eprintf 10.4 osx ios cc_kext \ - profile_osx profile_ios + asan_osx profile_osx profile_ios # On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to # build ARM bits). |