[cfe-commits] r159174 - /cfe/trunk/runtime/compiler-rt/Makefile
Daniel Dunbar
daniel at zuster.org
Mon Jun 25 16:02:25 PDT 2012
Author: ddunbar
Date: Mon Jun 25 18:02:25 2012
New Revision: 159174
URL: http://llvm.org/viewvc/llvm-project?rev=159174&view=rev
Log:
build/compiler-rt: Companion commit to r159172.
Modified:
cfe/trunk/runtime/compiler-rt/Makefile
Modified: cfe/trunk/runtime/compiler-rt/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?rev=159174&r1=159173&r2=159174&view=diff
==============================================================================
--- cfe/trunk/runtime/compiler-rt/Makefile (original)
+++ cfe/trunk/runtime/compiler-rt/Makefile Mon Jun 25 18:02:25 2012
@@ -74,8 +74,8 @@
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.
More information about the cfe-commits
mailing list