llvm-* and llc binaries missing from rustc build #140913
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Location
https://rustc-dev-guide.rust-lang.org/backend/debugging.html#filing-llvm-bug-reports
Quoting one of the bullets from the above link:
"
If you have compiled rustc yourself somewhere, in the target directory you have binaries for llc, opt, etc.
"
Summary
In one of my older compiler builds, back when there used to be config.example.toml (as opposed to the current bootstrap.example.toml), I could find all the llvm-* tools as shown below:
The top-of-tree commit back then was:
However, now, I am on top of the following commit:
With this, I no longer see any of the llvm-* and llc binaries as shown below:
I tried to modify bootstrap.example.toml and then
cp bootstrap.example.toml bootstrap.toml
, before running./x.py build && ./x.py install
as shown below, but to no avail:What should I do to have these llvm-* binaries also get built as part of the compiler build process?
The text was updated successfully, but these errors were encountered: