[PATCH] D45233: [Driver] Update GCC libraries detection logic for Gentoo.
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 4 14:43:39 PDT 2018
rnk accepted this revision.
rnk added a comment.
Thousands of lines of C++ to answer one of life's most simple questions: where are the libraries and where are the headers. =p
lgtm
================
Comment at: lib/Driver/ToolChains/Gnu.cpp:2275
// CURRENT=triple-version
if (Line.consume_front("CURRENT=")) {
+ // Actual config file pointed to by CURRENT.
----------------
Can you break the loop here to reduce indentation of the config parsing logic below?
Repository:
rC Clang
https://reviews.llvm.org/D45233
More information about the cfe-commits
mailing list