[all-commits] [llvm/llvm-project] 670634: [libc++] Remove the ability to not install the sup...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Nov 4 08:46:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6706342f48bea80cb5d801c45837b36eb2ce418d
https://github.com/llvm/llvm-project/commit/6706342f48bea80cb5d801c45837b36eb2ce418d
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/include/CMakeLists.txt
Log Message:
-----------
[libc++] Remove the ability to not install the support headers
Those are part of the library, and shipping them just adds a tiny bit of
size to the distribution. This was originally added in b422ecc7de0b to
make it possible to match the Makefile build, which doesn't exist anymore.
The upside is build system simplification.
More information about the All-commits
mailing list