[all-commits] [llvm/llvm-project] f8409a: [libunwind] Install the headers by default
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Oct 11 12:18:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8409af354c1398ebf4ece67a315c94ba19714b5
https://github.com/llvm/llvm-project/commit/f8409af354c1398ebf4ece67a315c94ba19714b5
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M libunwind/CMakeLists.txt
Log Message:
-----------
[libunwind] Install the headers by default
Just like we install libc++ and libc++abi headers by default when we
install the library, it makes sense to install the libunwind headers
by default when we build libunwind. In the current state of things,
there is an increased risk that folks are using older (previously
installed) libunwind headers along with a recent libunwind dylib,
which is not ideal.
Differential Revision: https://reviews.llvm.org/D135663
More information about the All-commits
mailing list