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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 9 11:33:02 PDT 2020


sivachandra created this revision.
sivachandra added a reviewer: asteinhauser.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81489

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/linux/x86_64/headers.txt
  libc/lib/CMakeLists.txt
  libc/loader/linux/CMakeLists.txt
  libc/test/loader/CMakeLists.txt
  libc/test/loader/linux/CMakeLists.txt
  libc/test/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81489.269612.patch
Type: text/x-patch
Size: 10087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200609/6a15c6cb/attachment-0001.bin>


More information about the libc-commits mailing list