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 | 2afa011e0bcde269fb5842ab643cbd793d57e642 (patch) | |
| tree | 43db2449401a31d3ceda5af4701b2f14b9789c9c /clang/runtime/compiler-rt | |
| parent | 6fc8fb8da5e2dba1986bfb728ed306695024f632 (diff) | |
| download | bcm5719-llvm-2afa011e0bcde269fb5842ab643cbd793d57e642.tar.gz bcm5719-llvm-2afa011e0bcde269fb5842ab643cbd793d57e642.zip | |
Add Clang support for iOS6.
llvm-svn: 164907
Diffstat (limited to 'clang/runtime/compiler-rt')
| -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 c1dcd648945..2815f1783aa 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/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. |

