[LLVMbugs] [Bug 21384] Can't build compiler-rt as part of llvm

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 25 01:41:03 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21384

Heinz Wiesinger <pprkut at slackware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Heinz Wiesinger <pprkut at slackware.com> ---
Ok, so the problem here was with llvm's build system not supporting libdir
properly. clang is configured to look for its resources in ../lib64 but llvm
temporarily puts it into ../lib within the build tree before we run make
install. This leads to clang not finding the resource dir when run from within
the build tree, but it works fine once installed. Patching the build system to
install things in 'Release/lib64' instead of 'Release/lib' fixed this issue for
me.

-- 
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/20141125/fdc262c1/attachment.html>


More information about the llvm-bugs mailing list