[PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver
Rui Ueyama via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 8 13:31:00 PST 2019
ruiu added a comment.
To be honest, I don't think I would lgtm a patch that changes lld's default behavior depending on host/target only for NetBSD, and it seems like a NetBSD's issue rather than an lld's issue. As I said, could you please make an effort to pass the flags you need from the compiler driver to the linker just like other systems do? That is easy to do, doesn't hurt anyone, probably a good thing to do anyway as it makes options explicit rather than implicit, and solves at least most of the problems you have.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56215/new/
https://reviews.llvm.org/D56215
More information about the cfe-commits
mailing list