mgorny marked an inline comment as done. mgorny added inline comments.
================ Comment at: ELF/Driver.cpp:369 +void LinkerDriver::appendDefaultSearchPaths() { +#if defined(__NetBSD__) + // NetBSD driver relies on the linker knowing the default search paths. ---------------- krytarowski wrote: > is it possible to use some Triple NetBSD target here? Technically, you can get triple from process name but that obviously works only when lld is run as `$CHOST-lld` and not plain `lld`, which is not really the case right now. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56215/new/ https://reviews.llvm.org/D56215 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits