Lines Matching +refs:clang +refs:format +refs:replace
19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This
31 Getting Started <https://clang.llvm.org/get_started.html>`_ page might have more
65 subprojects you'd like to additionally build. Can include any of: clang,
66 clang-tools-extra, lldb, compiler-rt, lld, polly, or cross-project-tests.
69 ``-DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"``.
114 version of the clang or llvm libraries that is already present on your
166 clang clang, cmake CLANG_INCLUDE_TESTS=ON (Required for check-clang only)
170 Example for building stand-alone `clang`:
177 build_clang=`pwd`/build-clang
190 cmake -G Ninja -S $llvm/clang -B $build_clang \
477 any of the examples below, simply replace each of these names with the
568 script, CMake generates the build files in whatever format you request as well
571 Variables are passed to ``cmake`` on the command line using the format
615 | | include: clang, clang-tools-extra, |
753 <https://clang.llvm.org/docs/CrossCompilation.html>`_ for more information
1075 Example with clang
1093 % clang hello.c -o hello
1104 % clang -O3 -emit-llvm hello.c -c -o hello.bc
1151 Note that using clang to compile directly to native code (i.e. when the
1204 Set this equal to the projects you wish to compile (e.g. clang, lld, etc.) If
1214 Set this option to OFF if you do not require the clang static analyzer. This