[PATCH] D35755: [Solaris] gcc toolchain handling revamp

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 05:27:18 PST 2017


tstellar added inline comments.


================
Comment at: lib/Driver/ToolChains/Gnu.cpp:1840
+    // Yet, still look for RHEL devtoolsets
+    // (should it be done Linux-only??)
+    Prefixes.push_back("/opt/rh/devtoolset-6/root/usr");
----------------
fedor.sergeev wrote:
> aaron.ballman wrote:
> > This is a good question to get an answer to before committing. :-) I don't know the answer myself, unfortunately.
> So we need somebody that could answer it! :)
> Last person who touched these paths was Tom Stellard.
> Adding as a reviewer.
Yes, this can be linux only.


https://reviews.llvm.org/D35755





More information about the cfe-commits mailing list