Lines Matching +full:openmp +full:- +full:build
2 README for the LLVM* OpenMP* Runtime Library
5 How to Build Documentation
9 should come with pre-built PDF documentation in doc/Reference.pdf.
24 How to Build the LLVM* OpenMP* Runtime Library
26 In-tree build:
28 $ cd where-you-want-to-live
29 Check out openmp into llvm/projects
30 $ cd where-you-want-to-build
31 $ mkdir build && cd 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
38 Check out openmp
39 $ cd where-you-want-to-live/openmp/runtime
40 $ mkdir build && cd build
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
59 Supported RTL Build Configurations
62 Supported Architectures: IA-32 architecture, Intel(R) 64, and
65 ----------------------------------------------
67 --------------|---------------|----------------------------|
72 ------------------------------------------------------------
74 (1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
82 (7) Clang* currently does not offer a software-implemented 128 bit extended
93 -----------------------------
95 --------------|------------|--------------|
97 -------------------------------------------
105 Front-end Compilers that work with this RTL
109 this RTL: clang (from the OpenMP development branch at
110 http://clang-omp.github.io/ ), Intel compilers, GCC. See the documentation
113 -----------------------------------------------------------------------