[PATCH] D125499: Enabling the detection of devtoolset-11 toolchain.

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 16:50:27 PDT 2022


tstellar added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2154
     Prefixes.push_back("/opt/rh/gcc-toolset-10/root/usr");
+    Prefixes.push_back("/opt/rh/devtoolset-11/root/usr");
     Prefixes.push_back("/opt/rh/devtoolset-10/root/usr");
----------------
Can you also add gcc-toolset-11 to the search paths?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125499/new/

https://reviews.llvm.org/D125499



More information about the cfe-commits mailing list