build/compiler-rt: Companion commit to r159172.

llvm-svn: 159174
This commit is contained in:
Daniel Dunbar 2012-06-25 23:02:25 +00:00
parent 75eaa72de9
commit 07c43bea93

View File

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