[RFC] Remove support for building C++ with `LLVM_ENABLE_PROJECTS`
authorJohn Ericson <John.Ericson@Obsidian.Systems>
Sun, 21 Aug 2022 01:47:45 +0000 (21:47 -0400)
committerJohn Ericson <John.Ericson@Obsidian.Systems>
Sun, 21 Aug 2022 12:10:56 +0000 (08:10 -0400)
commit176db3b3ab25ff8a9b2405f50ef5a8bd9304a6d5
tree1905578b1d5f390638095bf89b2607f34385a605
parent39173066e9c2c71fa6a9803c5f99b3d629ec7f18
[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
clang/lib/Driver/ToolChains/Linux.cpp
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/oss-fuzz.sh
libcxx/utils/ci/run-buildbot
llvm/CMakeLists.txt