search for: 822c9158

Displaying 2 results from an estimated 2 matches for "822c9158".

2018 Apr 05
0
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
...lag is specified, report an error due to the incorrect ordering of dependencies. (Whereas GNU ld will pull it from the _second_ A.a and succeed linking.) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180405/822c9158/attachment.html>
2018 Apr 05
2
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
On Wed, Apr 4, 2018 at 7:30 PM James Y Knight <jyknight at google.com> wrote: > I believe this will report an error on more command-lines than a > traditional linker would fail to link. E.g.: > ld.lld foo.o A.a B.a A.a B.a > That "should" work fine if the libs are circularly-dependent, as long as > there's only a 1-level cycle. I've seen that sort of