[llvm] r201608 - Fix PR18743.
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Feb 19 15:01:57 PST 2014
On 19 February 2014 17:49, Chris Matthews <chris.matthews at apple.com> wrote:
> It is failing building libLLVMSupport.a in stage 2. ar is failing stating a fatal error in randlib.
>
> We are going to wait for a build with your LTO fix to see if that helps.
What I would suggest trying is
* Check what the command line creating the archive is. The one I am
seeing is attached.
* Find a minimal file list that causes ranlib to assert.
* Then reduce (with delta for example) the preprocessed files leading
into ranlib.
I have done that in the past to debug LTO issues. If at any point you
can send me the input files (and they also crashes the ranlib in
mavericks) I can finish reducing it.
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log
Type: application/octet-stream
Size: 6627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140219/43b48854/attachment.obj>
More information about the llvm-commits
mailing list