llvm-project/clang/lib
Manoj Gupta 9487d90e22 [Driver] Update GCC libraries detection logic for Gentoo.
Summary:
1. Find GCC's LDPATH from the actual GCC config file.
2. Avoid picking libraries from a similar named tuple if the exact
   tuple is installed.

Reviewers: mgorny, chandlerc, thakis, rnk

Reviewed By: mgorny, rnk

Subscribers: cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D45233

llvm-svn: 329512
2018-04-07 19:59:58 +00:00
..
ARCMigrate Fix typos in clang 2018-04-06 15:14:32 +00:00
AST Fix typos in clang 2018-04-06 15:14:32 +00:00
ASTMatchers Fix typos in clang 2018-04-06 15:14:32 +00:00
Analysis Revert "[analyzer] Remove an unused variable" 2018-04-06 19:14:05 +00:00
Basic [HIP] define __CUDA_ARCH_=1 for amdgcn targets 2018-04-06 16:43:42 +00:00
CodeGen Make CodeGen depend just once on clangAnalysis. 2018-04-07 03:29:47 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [Driver] Update GCC libraries detection logic for Gentoo. 2018-04-07 19:59:58 +00:00
Edit [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-27 00:01:49 +00:00
Format Fix typos in clang 2018-04-06 15:14:32 +00:00
Frontend Fix typos in clang 2018-04-06 15:14:32 +00:00
FrontendTool Make a build bot happy. 2018-02-10 14:26:53 +00:00
Headers Fix typos in clang 2018-04-06 15:14:32 +00:00
Index [Index] fix USR generation for namespace{extern{X}} 2018-02-02 14:13:37 +00:00
Lex Fix typos in clang 2018-04-06 15:14:32 +00:00
Parse Fix typos in clang 2018-04-06 15:14:32 +00:00
Rewrite [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-27 00:01:49 +00:00
Sema Allow equality comparisons between block pointers and 2018-04-07 17:42:06 +00:00
Serialization Fix typos in clang 2018-04-06 15:14:32 +00:00
StaticAnalyzer Sort source lists in lib/StaticAnalyzer. 2018-04-07 04:25:01 +00:00
Tooling Fix typos in clang 2018-04-06 15:14:32 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00