Lines Matching full:cmake
73 cmake \
92 having to specify additional flags, use the `DEFAULT_SYSROOT` CMake flag, e.g.
98 the cmake command above:
122 cmake \
169 cmake \
178 -DLLVM_BUILD_MAIN_SRC_DIR=$ROOTDIR/build/lib/cmake/llvm \
181 -DLLVM_DIR=$ROOTDIR/build/lib/cmake/llvm \
182 -DCLANG_DIR=$ROOTDIR/build/lib/cmake/clang \
183 -DMLIR_DIR=$ROOTDIR/build/lib/cmake/mlir \
211 cmake \
233 cmake \
256 by providing these additional CMake variables on top of the Flang in-tree
279 Normal `make -j check-flang` will work with such CMake configuration.
290 cmake \
305 The same set of CMake variables works for Flang in-tree build.
309 One may provide optional CMake variables to customize the build. Available options:
334 cmake will search for g++ on your PATH.
338 Or, cmake will use the variable CXX to find the C++ compiler. CXX should include
347 CXX=/opt/gcc-8.3/bin/g++-8.3 cmake ...
353 cmake needs to know how to find clang++
368 to the cmake command
377 to the cmake command.
383 to the cmake command.
396 cmake -DLLVM_DIR=$LLVM -DMLIR_DIR=$MLIR ~/flang/src
451 - Pass `-DLLVM_ENABLE_DOXYGEN=ON -DFLANG_INCLUDE_DOCS=ON` to the cmake command.
455 cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;flang" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_DOXYGE…
473 - Pass `-DLLVM_ENABLE_SPHINX=ON -DSPHINX_WARNINGS_AS_ERRORS=OFF` to the cmake command.
477 cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;flang" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_SPHINX…