[PATCH] D56932: [Driver] [NetBSD] Pass default library search paths to linker
Chandler Carruth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 30 13:57:06 PST 2019
chandlerc added a comment.
There was a long discussion between two NetBSD maintainers about this (both already in the reviewers list of this patch). I'm not sure if there is an existing thread that would be better to follow up on as opposed to starting a fresh thread.
I think the question was: should the path search logic be handled in the `clang` driver or in LLD itself. FWIW, I prefer that NetBSD follow the same design as every other platform here with the (somewhat C and C++ specific) search logic provided by the `clang` driver.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56932/new/
https://reviews.llvm.org/D56932
More information about the cfe-commits
mailing list