From: Daniel Dunbar Date: Mon, 25 Jun 2012 23:02:25 +0000 (+0000) Subject: build/compiler-rt: Companion commit to r159172. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66a5bf923c5b19d419b68bc6822f80d17f1465bb;p=clang build/compiler-rt: Companion commit to r159172. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159174 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile index 6b23346ce5..f1335910f1 100644 --- a/runtime/compiler-rt/Makefile +++ b/runtime/compiler-rt/Makefile @@ -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.