[llvm-bugs] [Bug 25753] compiler-rt is built with the wrong toolchain (bootstrap compiler rather than built clang), linking fails when using clang older than 3.5 (eg: Mavericks and earlier Xcodes)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 19 10:03:27 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=25753
Chris Bieneman <chris.bieneman at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from Chris Bieneman <chris.bieneman at me.com> ---
There are two solutions for this. Either pass
LLVM_BUILD_EXTERNAL_COMPILER_RT=On to CMake, or on trunk you can put
compiler-rt in the LLVM runtimes subdirectory.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160819/f37780cf/attachment.html>
More information about the llvm-bugs
mailing list