[llvm-bugs] [Bug 35460] [LLD/ELF] - LLD produced reproduce file has abnormal size.
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 5 02:49:13 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35460
George Rimar <grimar at accesssoftek.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #7 from George Rimar <grimar at accesssoftek.com> ---
Fixed in r319750 + r319752.
(In reply to Rui Ueyama from comment #6)
> Regarding multiple .a files, is that really a common practice to specify the
> same .a files multiple times in the same command line? I know there's a
> valid use case of doing it, but in most cases, I believe people use
> --start-group and --end-group.
>
--start-group/--end-group looks much cleaner way for me. Not sure why clang do
different. If it is common practice then de-deplicating does not worth doing
probably.
--
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/20171205/2609df4a/attachment.html>
More information about the llvm-bugs
mailing list