summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-10-15 20:37:01 +0000
committerNico Weber <nicolasweber@gmx.de>2012-10-15 20:37:01 +0000
commitdc0d4e251b4c41b75c5d93f1866a8a0952b1c6ae (patch)
treee90e74437a1f58bbe7be67ba561c011f4429d074 /runtime
parent0d5833921cc728bc1d2e45fbaf7b3e11cddbf99d (diff)
downloadclang-dc0d4e251b4c41b75c5d93f1866a8a0952b1c6ae.tar.gz
clang-dc0d4e251b4c41b75c5d93f1866a8a0952b1c6ae.tar.bz2
clang-dc0d4e251b4c41b75c5d93f1866a8a0952b1c6ae.tar.xz
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
See PR14013. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler-rt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index 0336c01d03..fdf315a3c2 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -74,9 +74,9 @@ RuntimeDirs :=
ifeq ($(OS),Darwin)
RuntimeDirs += darwin
RuntimeLibrary.darwin.Configs := \
- eprintf.a 10.4.a osx.a ios.a cc_kext.a cc_kext_ios5.a \
+ eprintf.a 10.4.a osx.a cc_kext.a \
asan_osx.a asan_osx_dynamic.dylib \
- profile_osx.a profile_ios.a
+ profile_osx.a
endif
# On Linux, include a library which has all the runtime functions.