This is an archive of the discontinued LLVM Phabricator instance.

[libc] Skip entrypoints not present in the entrypoints list.
ClosedPublic

Authored by sivachandra on Jun 9 2020, 11:21 AM.

Details

Summary

If a test depends on a skipped entrypoint, then the test is also
skipped. This setup will be useful as we add gradually add support for
more operating systems and target architectures.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 9 2020, 11:21 AM
asteinhauser accepted this revision.Jun 9 2020, 2:04 PM

Nice.

libc/cmake/modules/LLVMLibCTestRules.cmake
104

Typo: machince instead of machine

This revision is now accepted and ready to land.Jun 9 2020, 2:04 PM
sivachandra marked an inline comment as done.Jun 9 2020, 2:53 PM
This revision was automatically updated to reflect the committed changes.