[llvm-bugs] [Bug 30791] ranlib from Xcode 7.3.1 and later fails on LTO object files generate by llvm.org clang

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 26 08:03:53 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30791

Mehdi Amini <mehdi.amini at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mehdi.amini at apple.com
         Resolution|---                         |WONTFIX

--- Comment #5 from Mehdi Amini <mehdi.amini at apple.com> ---
This is not a bug: “older” LLVM versions can’t read newer bitcode.

You need either to:

1) use llvm-ar that ships with 3.9/4.0, 
2) export a DYLD_LIBRARY_PATH that points to the path where the 3.9/4.0
libLTO.dylib is. The Xcode ar will load libLTO.dylib.

-- 
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/20161026/ce4423f0/attachment.html>


More information about the llvm-bugs mailing list