[PATCH] D33726: [driver][netbsd] Build and pass `-L` arguments to the linker

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 09:52:26 PDT 2017


krytarowski added inline comments.


================
Comment at: lib/Driver/ToolChains/NetBSD.cpp:324
     : Generic_ELF(D, Triple, Args) {
   if (getDriver().UseStdLib) {
     // When targeting a 32-bit platform, try the special directory used on
----------------
What's the rationale for this condition? Will it work for LLVM `libc++`?


Repository:
  rL LLVM

https://reviews.llvm.org/D33726





More information about the cfe-commits mailing list