[PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 8 13:48:40 PST 2019
joerg added inline comments.
================
Comment at: ELF/Driver.cpp:381
+ }
+ Config->SearchPaths.push_back("/usr/lib");
+ }
----------------
Those need to be sysroot-relative of course.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56215/new/
https://reviews.llvm.org/D56215
More information about the cfe-commits
mailing list