Closed
Description
When using profiler = true
in the cargo.toml
to enable profiling, having a local copy of src/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 when profiler
is enabled.
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)