[PATCH] D56215: [lld] [ELF] Include default search paths for NetBSD driver

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 16:22:21 PST 2019


On Wed, Jan 09, 2019 at 12:20:06AM +0000, Kamil Rytarowski via Phabricator via llvm-commits wrote:
> krytarowski added inline comments.
> 
> 
> ================
> Comment at: ELF/Driver.cpp:781
> +  }
> +}
> +
> ----------------
> There is need to add a fallback for a native triple.

Not really. That's what the default target is.

Joerg


More information about the llvm-commits mailing list