diff options
author | Bob Wilson <bob.wilson@apple.com> | 2012-09-29 23:52:58 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2012-09-29 23:52:58 +0000 |
commit | f2f3ce54fc1235bec2d0d0b0ef3b53bdff6d9655 (patch) | |
tree | 9340748524d91f325a0718836c423eb1bb6174e8 /runtime | |
parent | cfaab00963234237b46b52996e9d72b20540e97f (diff) |
Add Clang support for iOS6.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164907 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 c1dcd64894..2815f1783a 100644 --- a/runtime/compiler-rt/Makefile +++ b/runtime/compiler-rt/Makefile @@ -74,9 +74,9 @@ RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin RuntimeLibrary.darwin.Configs := \ - eprintf.a 10.4.a osx.a cc_kext.a \ + eprintf.a 10.4.a osx.a ios.a cc_kext.a cc_kext_ios5.a \ asan_osx.a asan_osx_dynamic.dylib \ - profile_osx.a + profile_osx.a profile_ios.a endif # On Linux, include a library which has all the runtime functions. |