[PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 3 15:37:50 PST 2019
krytarowski added a comment.
In D56215#1345845 <https://reviews.llvm.org/D56215#1345845>, @ruiu wrote:
> Not sure what I understand the point, but as to make lld work on/for NetBSD, I wonder if you can just add -L<path> to the command line in the compiler driver. Isn't a NetBSD triple passed to the compiler driver? If so, I wonder if you can add a few extra options when invoking the linker.
This describes the original patch of passing flags from compiler driver and breaks GNU ld compat. Joerg expects to pass no extra `-L<path>` or `--disable-new-dtags` options, treating lld as a drop-in replacement for GNU ld.
I'm trying to determine how the idea of Joerg can be implemented.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56215/new/
https://reviews.llvm.org/D56215
More information about the cfe-commits
mailing list