]> granicus.if.org Git - clang/commitdiff
build/compiler-rt: Companion commit to r159172.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 25 Jun 2012 23:02:25 +0000 (23:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 25 Jun 2012 23:02:25 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159174 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/compiler-rt/Makefile

index 6b23346ce5695e7714982a0c8ed194756c1370b4..f1335910f169227853ea028eec212f0b7de32080 100644 (file)
@@ -74,8 +74,8 @@ RuntimeDirs :=
 ifeq ($(OS),Darwin)
 RuntimeDirs += darwin
 RuntimeLibrary.darwin.Configs := \
-       eprintf 10.4 osx ios cc_kext \
-       asan_osx profile_osx profile_ios
+       eprintf 10.4 osx cc_kext \
+       asan_osx profile_osx
 endif
 
 # On Linux, include a library which has all the runtime functions.