[PATCH] D57930: [Driver] Verify GCCInstallation is valid
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 8 18:52:45 PST 2019
tstellar added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Linux.cpp:259-260
if (GCCInstallation.getParentLibPath().find("opt/rh/devtoolset") !=
StringRef::npos)
// With devtoolset on RHEL, we want to add a bin directory that is relative
----------------
Do we need to add the same check here too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57930/new/
https://reviews.llvm.org/D57930
More information about the cfe-commits
mailing list