Skip to content

[compiler-rt] check-builtins isn't created during all-in-one build #144090

Open
@daltenty

Description

@daltenty

We don't seem to create the check-builtins target anywhere in the build when you configure an all-in-one build with -DENABLE_LLVM_PROJECTS=clang -DENABLE_LLVM_RUNTIMES=compiler-rt.

We'd expect either check-all via check-runtimes to include these tests but we can see they do not:
https://lab.llvm.org/buildbot/#/builders/95/builds/14342/steps/6/logs/stdio
https://lab.llvm.org/buildbot/#/builders/95/builds/14342/steps/7/logs/stdio

This has the effect that (likely most) of the buildbots aren't running the builtins tests, as that's typically how compiler-rt is configured in the builds these days.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions