[all-commits] [llvm/llvm-project] 4a5184: [clang][driver] Remove dynamic gcc-toolset/devtool...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Tue Oct 25 23:28:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a5184f4c357eeafcced3371cd8539fa0ac9f24d
https://github.com/llvm/llvm-project/commit/4a5184f4c357eeafcced3371cd8539fa0ac9f24d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-26 (Wed, 26 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