https://llvm.org/bugs/show_bug.cgi?id=25753
Jeremy Huddleston Sequoia <jerem...@apple.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #10 from Jeremy Huddleston Sequoia <jerem...@apple.com> --- Sorry Chris, but that doesn't actually work. I tested that with our llvm-3.8 port on Mountain Lion in MacPorts without success. The LLVM_BUILD_EXTERNAL_COMPILER_RT=ON option causes none of compiler_rt to be built at all. compiler-rt has always been in llvm/projects/compiler-rt. I don't see a "runtimes" directory, so I assume that's what you meant. AFAIK, it has to be placed there and there isn't really another option. Not doing that will certainly cause failure. Perhaps I'm missing something there ? The issue is that compiler_rt should be built, but it (and likely the rest of the runtime libs for that matter) using the just-built clang and not the compiler that was used to build llvm and clang. The old autoconf-based build system used the built clang, but the cmake build system does not. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs