diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-04-18 23:48:36 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-04-18 23:48:36 +0000 |
| commit | d1076383282a609a355dfcef5f0cca3ded049fe2 (patch) | |
| tree | f997b122a2151433b65545f7bd682113a7ec3e31 /clang/runtime/compiler-rt | |
| parent | 11d1a42e841e972478df47aa6a2758d0fc66e3e5 (diff) | |
| download | bcm5719-llvm-d1076383282a609a355dfcef5f0cca3ded049fe2.tar.gz bcm5719-llvm-d1076383282a609a355dfcef5f0cca3ded049fe2.zip | |
Driver/Darwin: Change to use generic iOS runtime library, which we now always need.
llvm-svn: 129734
Diffstat (limited to 'clang/runtime/compiler-rt')
| -rw-r--r-- | clang/runtime/compiler-rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index 915030a81ec..dcdd4f5ec03 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/runtime/compiler-rt/Makefile @@ -42,7 +42,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK) RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin -RuntimeLibrary.darwin.Configs = eprintf 10.4 armv6 cc_kext +RuntimeLibrary.darwin.Configs = eprintf 10.4 ios cc_kext # On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to # build ARM bits). |

