[libc-commits] [PATCH] D81489: [libc] Skip entrypoints not present in the entrypoints list.

Anthony Steinhauser via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 9 14:21:33 PDT 2020


asteinhauser accepted this revision.
asteinhauser added a comment.
This revision is now accepted and ready to land.

Nice.



================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:104
+    # This pattern is followed in the loader tests for example.
+    # Another pattern that is present currently is to detect machince
+    # capabilities and add entrypoints and tests accordingly. That approach is
----------------
Typo: machince instead of machine


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81489/new/

https://reviews.llvm.org/D81489





More information about the libc-commits mailing list