tests/run-make/print-target-list
--print=sysroot
check fails for experimental llvm targets
#127895
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
O-csky
Target: glaCSKY above covers over me~
O-motorola68k
Target: Rust from the parallel universe where the Amiga won.
O-xtensa
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In #127877 @Rejyr noticed
tests/run-make/print-target-list
was failing forcsky-unknown-linux-gnuabiv2
(and other experimental llvm components) on thex86_64-gnu-llvm-17
CI builder with#125702 (specifically #125702 (comment)) it was already noticed that
tests/run-make/print-target-list
seemed to fail forcsky-unknown-linux-gnuabiv2
.Is this expected? Or what is the expected test behavior when
is ran (on the
x86_64-gnu-llvm-17
CI builder)?Or is it expected that we should skip trying to run this check for the
csky-unknown-linux-gnuabiv2
and other experimental llvm component targets?Update: this is also true for experimental llvm components
avr
,m68k
,csky
andxtensa
, not too sure what the correct behavior is. Currently these targets are skipped byprint-target-list
's--print=sysroot
check.The text was updated successfully, but these errors were encountered: