diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-06-25 23:02:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-06-25 23:02:25 +0000 |
commit | 66a5bf923c5b19d419b68bc6822f80d17f1465bb (patch) | |
tree | 101292ed69d145979fad5a6c4f711bf874de1b5f /runtime | |
parent | b4e8008d5e65443cb28f7ff5c2a8b3b04f03657b (diff) |
build/compiler-rt: Companion commit to r159172.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/compiler-rt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |