When running Emscripten tests, rustbuild should tell compilertest the version of the Emscripten LLVM, not the host LLVM #49063
Labels
A-cross
Area: Cross compilation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-emscripten
Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Discovered in #48983 (comment). It seems rustbuild will always passes information about the host LLVM config, even when running Emscripten tests.
rust/src/bootstrap/test.rs
Lines 911 to 920 in 3926453
This makes
min-llvm-version
reports the wrong value and failed to ignore some tests.cc #48757 (probably a regression introduced by this PR)
The text was updated successfully, but these errors were encountered: