Lines Matching +full:- +full:dcmake_cxx_compiler
9 should come with pre-built PDF documentation in doc/Reference.pdf.
26 In-tree build:
28 $ cd where-you-want-to-live
30 $ cd where-you-want-to-build
32 $ cmake path/to/llvm -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
35 Out-of-tree build:
37 $ cd where-you-want-to-live
39 $ cd where-you-want-to-live/openmp
41 $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
48 * IA-32 architecture
52 * Aarch64 (64-bit ARM) architecture
56 * RISC-V 64 bit architecture
61 Supported Architectures: IA-32 architecture, Intel(R) 64, and
64 ----------------------------------------------
66 --------------|---------------|----------------------------|
71 ------------------------------------------------------------
73 (1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
81 (7) Clang* currently does not offer a software-implemented 128 bit extended
92 -----------------------------
94 --------------|------------|--------------|
96 -------------------------------------------
104 Front-end Compilers that work with this RTL
109 http://clang-omp.github.io/ ), Intel compilers, GCC. See the documentation
112 -----------------------------------------------------------------------