-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-SPARCTarget: SPARC processorsTarget: SPARC processors
Description
Reducing the number of built LLVM targets reduces time to build LLVM.
Previously targets = "X86;ARM"
was enough to pass the testing successfully on a typical x86 machine, but recently one test (https://github.com/rust-lang/rust/blob/master/src/test/codegen/sparc-struct-abi.rs, cc @nagisa ) was added that requires enabling Sparc as well.
Target specific tests like this should preferably be somehow ignored if necessary LLVM targets are not built, or simply not included into the test suite.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-SPARCTarget: SPARC processorsTarget: SPARC processors