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:
ruiu added a comment.
Looks good but I'm probably not the right person to approve a change to this
file.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56932/new/
https://reviews.llvm.org/D56932
___
cfe-commits maili
mgorny added a comment.
Gentle ping.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56932/new/
https://reviews.llvm.org/D56932
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mai
mgorny created this revision.
mgorny added reviewers: krytarowski, joerg, ruiu, chandlerc, rsmith.
Pass library search paths to linker as -L options, similarly to how
other toolchain drivers do it. This fixes compatibility with vanilla
LLD.
Bug report: https://bugs.llvm.org/show_bug.cgi?id=33155