Lines Matching +full:built +full:- +full:docs
4 Building Compiler-RT
12 The instructions on this page are aimed at vendors who ship Compiler-RT as part of an
14 are a user merely trying to use Compiler-RT in your program, you most likely want to
22 brief explanation and LLVM-specific notes. For full documentation, check the
23 CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
32 "INSTALL" target is built.
35 The C++ compiler to use when building and testing Compiler-RT.
38 .. _compiler-rt-specific options:
40 Compiler-RT specific options
41 -----------------------
47 Prefix for directories where built Compiler-RT artifacts should be installed.
50 include the ``:PATH`` with your ``-D``, i.e. use
51 ``-DCOMPILER_RT_INSTALL_PATH:PATH=...`` not
52 ``-DCOMPILER_RT_INSTALL_PATH=...``, otherwise CMake will convert the
59 Path where built Compiler-RT libraries should be installed. If a relative
66 Path where built Compiler-RT executables should be installed. If a relative
73 Path where Compiler-RT headers should be installed. If a relative
80 Path where Compiler-RT data should be installed. If a relative
83 .. _LLVM-specific variables:
85 LLVM-specific options
86 ---------------------
91 installed. On a 64-bit architecture, one could use ``-DLLVM_LIBDIR_SUFFIX=64``