Lines Matching refs:LLVM
11 approach is that, typically, the distribution will match the LLVM used by Rust
14 Another way is using the prebuilt stable versions of LLVM+Rust provided on
16 and fast LLVM toolchains from :ref:`Getting LLVM <getting_llvm>` with versions
18 "latest LLVM" and "matching LLVM" (please see the link for more information).
123 make LLVM=1 RUSTC=rustc-1.80 RUSTDOC=rustdoc-1.80 RUSTFMT=rustfmt-1.80 \
153 make LLVM=1 rustavailable
211 ``libclang`` (part of LLVM) is used by ``bindgen`` to understand the C code
212 in the kernel, which means LLVM needs to be installed; like when the kernel
213 is compiled with ``LLVM=1``.
222 Otherwise, building LLVM takes quite a while, but it is not a complex process:
320 make LLVM=1 rust-analyzer
343 Building a kernel with a complete LLVM toolchain is the best supported setup
346 make LLVM=1