Skip to content

x.py test now requires Sparc target to be enabled in LLVM #52881

Closed
@petrochenkov

Description

@petrochenkov

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

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcO-SPARCTarget: SPARC processors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions