[build] submodules = false
no longer skips updating LLVM submodule
#86954
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
After #86015 there's once again (see #85647) no way to prevent the build system from force-updating the LLVM submodule, which is a problem if you're trying to experiment with LLVM patches.
The text was updated successfully, but these errors were encountered: