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).
98 make LLVM=1 rustavailable
156 ``libclang`` (part of LLVM) is used by ``bindgen`` to understand the C code
157 in the kernel, which means LLVM needs to be installed; like when the kernel
158 is compiled with ``LLVM=1``.
167 Otherwise, building LLVM takes quite a while, but it is not a complex process:
265 make LLVM=1 rust-analyzer
288 Building a kernel with a complete LLVM toolchain is the best supported setup
291 make LLVM=1