llvm-project/libunwind/src
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
..
AddressSpace.hpp Remove a FIXME about truncated section names 2017-11-16 19:36:48 +00:00
CMakeLists.txt [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
CompactUnwinder.hpp Fix up the places where AddressSpace.hpp is included. 2017-03-09 08:04:07 +00:00
DwarfInstructions.hpp Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER 2017-10-27 07:59:01 +00:00
DwarfParser.hpp Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER 2017-10-27 07:59:01 +00:00
EHHeaderParser.hpp GNU: do not read the FDE count if omitted 2017-10-20 18:47:35 +00:00
RWMutex.hpp Abstract rwlocks into a class, provide a SRW lock implementation for windows 2017-10-23 19:29:36 +00:00
Registers.hpp Fix building for ARM with dwarf exception handling 2017-11-02 08:16:16 +00:00
Unwind-EHABI.cpp Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
Unwind-EHABI.h [libunwind] Clean up macro usage. 2017-03-31 15:28:06 +00:00
Unwind-sjlj.c SjLj: Fix building after SVN r314632 2017-10-01 20:22:40 +00:00
UnwindCursor.hpp Fix building for ARM with dwarf exception handling 2017-11-02 08:16:16 +00:00
UnwindLevel1-gcc-ext.c Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
UnwindLevel1.c Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
UnwindRegistersRestore.S Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm 2017-11-04 21:01:31 +00:00
UnwindRegistersSave.S Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm 2017-11-04 21:01:31 +00:00
Unwind_AppleExtras.cpp SjLj: make the SjLj implementation more portable 2017-10-01 20:06:48 +00:00
assembly.h Make HIDDEN_DIRECTIVE a function-like macro. NFCI. 2017-10-22 19:39:26 +00:00
config.h Abstract rwlocks into a class, provide a SRW lock implementation for windows 2017-10-23 19:29:36 +00:00
dwarf2.h
libunwind.cpp Fix building for ARM with dwarf exception handling 2017-11-02 08:16:16 +00:00
libunwind_ext.h [libunwind] Clean up macro usage. 2017-03-31 15:28:06 +00:00