Lines Matching full:libunwind
4 Building libunwind
19 The basic steps needed to build libunwind are:
21 #. Checkout LLVM, libunwind, and related projects:
26 #. Configure and build libunwind:
30 Clang is the preferred compiler when building and using libunwind.
35 * ``cmake -G <generator> -DLLVM_ENABLE_RUNTIMES=libunwind [options] <llvm-monorepo>/runtimes``
37 For more information about configuring libunwind see :ref:`CMake Options`.
39 * ``make unwind`` --- will build libunwind.
42 Shared and static libraries for libunwind should now be present in llvm/build/lib.
44 #. **Optional**: Install libunwind
48 select a safe place to install libunwind.
72 The C++ compiler to use when building and testing libunwind.
77 libunwind specific options
102 Build libunwind as a shared library.
108 Build libunwind as a static archive.
126 Build libunwind with threading support.
132 Path where built libunwind libraries should be installed. If a relative path,