summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-05-20 14:33:20 +0000
committerAlexey Samsonov <samsonov@google.com>2013-05-20 14:33:20 +0000
commitf8d4a6b80d3e0f19c9735fbe0be7bf5f8b21ec18 (patch)
tree0e5451719107eaf089f4f239cc784948c7d34ef6 /runtime
parentf51cfb89b3fe317318e434db4856b06a90afc126 (diff)
downloadclang-f8d4a6b80d3e0f19c9735fbe0be7bf5f8b21ec18.tar.gz
clang-f8d4a6b80d3e0f19c9735fbe0be7bf5f8b21ec18.tar.bz2
clang-f8d4a6b80d3e0f19c9735fbe0be7bf5f8b21ec18.tar.xz
Nuke build of static ASan runtime on Mac OS - clang part
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler-rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index e946de21a1..5590f1a83c 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -75,7 +75,7 @@ ifeq ($(OS),Darwin)
RuntimeDirs += darwin
RuntimeLibrary.darwin.Configs := \
eprintf.a 10.4.a osx.a ios.a cc_kext.a cc_kext_ios5.a \
- asan_osx.a asan_osx_dynamic.dylib \
+ asan_osx_dynamic.dylib \
profile_osx.a profile_ios.a \
ubsan_osx.a
endif