[all-commits] [llvm/llvm-project] 4bd3d1: [libc++] Remove redundant if(LIBCXX_INSTALL_LIBRARY)
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 9 14:03:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4bd3d16c2d629fd06a2a60e45a501f4230da9633
https://github.com/llvm/llvm-project/commit/4bd3d16c2d629fd06a2a60e45a501f4230da9633
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M libcxx/src/CMakeLists.txt
Log Message:
-----------
[libc++] Remove redundant if(LIBCXX_INSTALL_LIBRARY)
The individual LIBCXX_INSTALL_(SHARED|STATIC)_LIBRARY are already
dependent on whether LIBCXX_INSTALL_LIBRARY is ON or OFF.
Commit: 2dc9b26c00893696f8f56283b7ebca95f6c57ec7
https://github.com/llvm/llvm-project/commit/2dc9b26c00893696f8f56283b7ebca95f6c57ec7
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libc++] Remove code to prevent overwriting the system libc++ on Darwin
The system partition is read-only since Catalina.
Compare: https://github.com/llvm/llvm-project/compare/5d74c4351175...2dc9b26c0089
More information about the All-commits
mailing list