hanchenye-llvm-project/libunwind
Petr Hosek b74f98c4e4 [libunwind][CMake] Provide option to disable instalation of the library
This is useful in cases where we only build static library and
libunwind.a is combined with libc++abi.a into a single archive in which
case we don't want to have libunwind.a installed separately. The same
option is already provided by libcxx CMake build.

This change also adds the install-unwind target for consistency with the
libcxxabi and libcxx CMake build.

Differential Revision: https://reviews.llvm.org/D40195

llvm-svn: 318569
2017-11-17 23:29:46 +00:00
..
cmake build: use POSITION_INDEPENDENT_CODE instead of -fPIC 2017-10-03 20:22:26 +00:00
docs [docs] Mention that dwarf unwinding should be supported on arm64/windows 2017-11-16 07:16:36 +00:00
include Fix building for ARM with dwarf exception handling 2017-11-02 08:16:16 +00:00
src [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
test [libunwind] Always use unwind tables in tests 2017-10-26 12:02:03 +00:00
.arcconfig
.clang-format
CMakeLists.txt [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
LICENSE.TXT