As suggested in rev93910, I tested the new runtime-rt integration but I encounter an issue while building:
Thanks for trying it!
ARCHIVE: clang_darwin/x86_10.4/i386: /Users/jddupas/Projects/OpenSource/llvm/tools/clang/lib/Runtime/clang_darwin/x86_10.4/i386/libcompiler_rt.a
ARCHIVE: clang_darwin/x86_10.4/x86_64: /Users/jddupas/Projects/OpenSource/llvm/tools/clang/lib/Runtime/clang_darwin/x86_10.4/x86_64/libcompiler_rt.a
FINAL-ARCHIVE: clang_darwin/x86_10.4: /Users/jddupas/Projects/OpenSource/llvm/tools/clang/lib/Runtime/clang_darwin/x86_10.4/libcompiler_rt.a
ASSEMBLE: clang_darwin/armv6/armv6: /Users/jddupas/Projects/OpenSource/llvm/projects/compiler-rt/lib/arm/restore_vfp_d8_d15_regs.S
gcc-4.2: error trying to exec '/usr/bin/arm-apple-darwin10-gcc-4.2.1': execvp: No such file or directory
I guess arm-apple-darwin-gcc is installed with the iPhone SDK, but unfortunately, I don't use it.
Ah, I hadn't thought about this. I guess I'll add a hack-around for
this for the time being, we are going to need some kind of real
configure support soon, methinks.