Lines Matching +full:- +full:dcmake_cxx_compiler
7 In-tree build:
9 $ cd where-you-want-to-live
11 $ cd where-you-want-to-build
13 $ cmake path/to/llvm -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
16 Out-of-tree build:
18 $ cd where-you-want-to-live
20 $ cd where-you-want-to-live/openmp/libomptarget
22 $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
37 * Intel(R) 64 architecture (generic 64-bit plugin - mostly for testing purposes)
38 * IBM(R) Power architecture (big endian) (generic 64-bit plugin - mostly for testing purposes)
39 * IBM(R) Power architecture (little endian) (generic 64-bit plugin - mostly for testing purposes)
40 * ARM(R) AArch64 architecture (little endian) (generic 64-bit plugin - mostly for testing purposes)
41 * CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures
47 ---------------------------
49 --------------|------------|------------|
51 -----------------------------------------
57 Front-end Compilers that work with this RTL
62 - clang (from https://github.com/clang-ykt )
63 - clang (development branch at http://clang.llvm.org - several features still
66 -----------------------------------------------------------------------