[PATCH] D34848: Driver: Don't mix system tools with devtoolset tools on RHEL

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 23 17:02:52 PDT 2018


bruno added a comment.

Is there a way to test this?



================
Comment at: lib/Driver/ToolChains/Linux.cpp:220
+                     "/../bin").str());
+  }
+
----------------
You can remove the curly braces here.


https://reviews.llvm.org/D34848





More information about the cfe-commits mailing list