[PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 3 11:47:18 PST 2019
krytarowski added inline comments.
================
Comment at: ELF/Driver.cpp:377
+ break;
+ case EM_MIPS:
+ if (Config->EKind == ELF64LEKind || Config->EKind == ELF64BEKind)
----------------
Please drop MIPS/PPC for now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56215/new/
https://reviews.llvm.org/D56215
More information about the cfe-commits
mailing list