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
61 subprojects you'd like to additionally build. Can include any of: clang,
62 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld,
66 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.
206 * **mv** --- move (rename) files
471 formatted properly. We use ``clang-format`` for this, which has git integration
472 through the ``git-clang-format`` script. On some systems, it may already be
479 % git clang-format HEAD~1
491 If you don't already have ``clang-format`` or ``git clang-format`` installed
492 on your system, the ``clang-format`` binary will be built alongside clang, and
494 ``clang/tools/clang-format/git-clang-format``.
636 | | include: clang, libcxx, libcxxabi, libunwind, lldb,|
767 <https://clang.llvm.org/docs/CrossCompilation.html>`_ for more information
1054 Example with clang
1072 % clang hello.c -o hello
1083 % clang -O3 -emit-llvm hello.c -c -o hello.bc
1130 Note that using clang to compile directly to native code (i.e. when the
1152 for the first time and lld is not available to you as a binary package, then
1189 Set this equal to the projects you wish to compile (e.g. clang, lld, etc.) If
1194 Set this option to OFF if you do not require the clang static analyzer. This