Open
Description
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.