Issue 144090
Summary [compiler-rt] check-builtins isn't created during all-in-one build
Labels compiler-rt:builtins
Assignees
Reporter 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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to