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

George Rimar <gri...@accesssoftek.com> changed:

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

--- Comment #7 from George Rimar <gri...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to