[all-commits] [llvm/llvm-project] 2912f5: Officially deprecate LLVM_ENABLE_PROJECTS for libc...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 29 05:53:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2912f53699da704246a3320b87bc526340a370d2
https://github.com/llvm/llvm-project/commit/2912f53699da704246a3320b87bc526340a370d2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M llvm/CMakeLists.txt
M llvm/docs/CMake.rst
M llvm/docs/GettingStarted.rst
Log Message:
-----------
Officially deprecate LLVM_ENABLE_PROJECTS for libc++, libc++abi and libunwind
This updates the LLVM wide documentation for building LLVM and the runtimes
and adds a CMake warning when folks specify libcxx, libcxxabi or libunwind
in LLVM_ENABLE_PROJECTS, pointing them to the updated instructions for
building the runtimes.
Differential Revision: https://reviews.llvm.org/D112724
More information about the All-commits
mailing list