Closed
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.