Bootstrap doesn't clone llvm-project if profiling is enabled #99869
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When using
profiler = true
in thecargo.toml
to enable profiling, having a local copy ofsrc/llvm-project
is required. If no such copy is present, errors about missing libraries are emitted and the build fails.Expected behavior:
Bootstrap initializes the
src/llvm-project
submodule whenprofiler
is enabled.The text was updated successfully, but these errors were encountered: