[all-commits] [llvm/llvm-project] 3010b7: [clang][driver] Remove dynamic gcc-toolset/devtool...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Oct 27 22:02:59 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 3010b7e000006f680b6bf3141be988291fa1da41
https://github.com/llvm/llvm-project/commit/3010b7e000006f680b6bf3141be988291fa1da41
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/unittests/Driver/ToolChainTest.cpp
Log Message:
-----------
[clang][driver] Remove dynamic gcc-toolset/devtoolset logic
This breaks when the newest available devtoolset directory is not a
complete toolset: https://github.com/llvm/llvm-project/issues/57843
Remove this again in favor or just adding the two new directories for
devtoolset/gcc-toolset 12.
This reverts commit 35aaf548237a4f213ba9d95de53b33c5ce1eadce.
This reverts commit 9f97720268911abae2ad9d90e270358db234a1c1.
Fixes https://github.com/llvm/llvm-project/issues/57843
Differential Revision: https://reviews.llvm.org/D136435
More information about the All-commits
mailing list