Lines Matching +full:- +full:dllvm_enable_runtimes
15 On Mac OS, the easiest way to get this library is to link with -lSystem.
16 However if you want to build tip-of-trunk from here (getting the bleeding
23 * ``cd where-you-want-llvm-to-live``
24 * ``git clone https://github.com/llvm/llvm-project.git``
35 * ``cmake -G <generator> -DLLVM_ENABLE_RUNTIMES=libunwind [options] <llvm-monorepo>/runtimes``
39 * ``make unwind`` --- will build libunwind.
40 * ``make check-unwind`` --- will run the test suite.
50 * ``make install-unwind`` --- Will install the libraries and the headers
59 brief explanation and LLVM-specific notes. For full documentation, check the
60 CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
75 .. _libunwind-specific options:
78 --------------------------
90 Compile with -Wpedantic.
96 Compile with -Werror
114 Enable cross-platform unwinding support.