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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits