-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-download-rustcArea: The `rust.download-rustc` build option.Area: The `rust.download-rustc` build option.A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
I tried this code: ./configure --set download-rustc && x test src/tools/lint-docs
I expected to see this happen: All tests pass.
Instead, this happened:
Building tool lint-docs (stage0)
Finished release [optimized] target(s) in 0.10s
error: failed to test example in lint docs for `forbidden_lint_groups` in /home/jyn/src/rust/compiler/rustc_lint_defs/src/builtin.rs:11: did not find lint `forbidden_lint_groups` in output of example, got:
/home/jyn/src/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustc: symbol lookup error: /home/jyn/src/rust/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-51fc469e8c788ca6.so: undefined symbol: LLVMInitializeLoongArchTargetInfo, version LLVM_16
This looks like the same issue as #110226; not sure why #110263 didn't fix it.
Meta
HEAD is branched from ce1073b.
Metadata
Metadata
Assignees
Labels
A-download-rustcArea: The `rust.download-rustc` build option.Area: The `rust.download-rustc` build option.A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)