Lines Matching refs:libunwind
4 Building libunwind
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.
58 $ cd where-you-want-libunwind-to-live
59 $ # Check out llvm, and libunwind
61 $ ``svn co https://llvm.org/svn/llvm-project/libunwind/trunk libunwind``
66 path/to/libunwind
89 The C++ compiler to use when building and testing libunwind.
94 libunwind specific options
119 Build libunwind as a shared library.
125 Build libunwind as a static archive.
143 Build libunwind with threading support.
149 Path where built libunwind libraries should be installed. If a relative path,