You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One final thing: src/llvm-project is a submodule for our fork of LLVM. During bootstrapping, LLVM is built and the src/librustc_llvm and src/rustllvm crates contain rust wrappers around LLVM (which is written in C++), so that the compiler can interface with it.
but there is no src/librustc_llvm
The text was updated successfully, but these errors were encountered:
On here https://rustc-dev-guide.rust-lang.org/compiler-src.html it says
but there is no
src/librustc_llvm
The text was updated successfully, but these errors were encountered: