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 | 07c43bea93d03d11780f498709e22d60e267d512 (patch) | |
tree | 4d713de0ec75ea75022cd038ce722dede88cdee4 /clang/runtime | |
parent | 75eaa72de9a8a469729583b64446896c5897adae (diff) | |
download | bcm5719-llvm-07c43bea93d03d11780f498709e22d60e267d512.tar.gz bcm5719-llvm-07c43bea93d03d11780f498709e22d60e267d512.zip |
build/compiler-rt: Companion commit to r159172.
llvm-svn: 159174
Diffstat (limited to 'clang/runtime')
-rw-r--r-- | clang/runtime/compiler-rt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index 6b23346ce56..f1335910f16 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/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. |