Skip to content

Test different combinations of options #39

@mgorny

Description

@mgorny

I think we should be testing all different combinations of options, e.g. <all -rtlib options> x <all -stdlib options> x ...

For example, on Gentoo -rtlib=libgcc -fsanitize=address works fine but -rtlib=compiler-rt -fsanitize=address fails due to missing unwinder linking.

I suppose we could solve this by adding tests inline but I think there is some way to parametrize tests in lit, i.e. use one test case with multiple variants of substitution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions