================
@@ -2298,6 +2298,9 @@ void
Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
D.getVFS().exists("/opt/rh")) {
// TODO: We may want to remove this, since the functionality
// can be achieved using config files.
+ Prefixes.push_back("/opt/rh/gcc-toolset-16/root/usr");
----------------
MaskRay wrote:
The issue comes up again. https://github.com/llvm/llvm-project/issues/57843
@tbaederr @tstellar
Can RHEL provide a clang config file or can we switch to a loop
https://reviews.llvm.org/D136435 (reverted) ?
https://github.com/llvm/llvm-project/pull/178459
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits