[all-commits] [llvm/llvm-project] 176db3: [RFC] Remove support for building C++ with `LLVM_E...
John Ericson via All-commits
all-commits at lists.llvm.org
Sun Aug 21 05:11:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 176db3b3ab25ff8a9b2405f50ef5a8bd9304a6d5
https://github.com/llvm/llvm-project/commit/176db3b3ab25ff8a9b2405f50ef5a8bd9304a6d5
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/oss-fuzz.sh
M libcxx/utils/ci/run-buildbot
M llvm/CMakeLists.txt
Log Message:
-----------
[RFC] Remove support for building C++ with `LLVM_ENABLE_PROJECTS`
This has been officially deprecated since D112724, meaning the
deprecation warning is present in released 14 and 15.
This makes me think that now, shortly after the 15 release is branched,
is a good time to pull the trigger.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D132324
More information about the All-commits
mailing list