Lines Matching +refs:clang +refs:rename +refs:binary
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 \
302 * **mv** --- move (rename) files
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
1173 for the first time and lld is not available to you as a binary package, then
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