[PATCH] D45233: [Driver] Update GCC libraries detection logic for Gentoo.

Manoj Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 3 15:49:10 PDT 2018


manojgupta created this revision.
manojgupta added a reviewer: mgorny.

1. Find GCC's LDPATH from the actual GCC config file.
2. Make library detection to take into account crossdev installed cross-compiler gcc libraries even when a sysroot is specified.
3. Avoid picking libraries from a similar named tuple if the exact tuple is installed.


Repository:
  rC Clang

https://reviews.llvm.org/D45233

Files:
  lib/Driver/ToolChains/Gnu.cpp
  lib/Driver/ToolChains/Gnu.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45233.140874.patch
Type: text/x-patch
Size: 8412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180403/522d8438/attachment-0001.bin>


More information about the cfe-commits mailing list