[libc-commits] [PATCH] D115655: [libc][NFC] Remove dependecies on entrypoints from loader tests.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Dec 13 10:56:39 PST 2021


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

A small collection of utils called osutils has been added. These utils
are now used in loader tests instead of the equivalent entrypoints.
THe loader can now be built and tested without depending on any entrypoint.
In a follow up change, the relevent entrypoints will be updated to use the
newly added osutils.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115655

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/OSUtil/CMakeLists.txt
  libc/src/__support/OSUtil/io.h
  libc/src/__support/OSUtil/linux/CMakeLists.txt
  libc/src/__support/OSUtil/linux/io.h
  libc/src/__support/OSUtil/linux/quick_exit.h
  libc/src/__support/OSUtil/quick_exit.h
  libc/test/loader/linux/CMakeLists.txt
  libc/test/loader/linux/args_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115655.393967.patch
Type: text/x-patch
Size: 6747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211213/9f3da029/attachment.bin>


More information about the libc-commits mailing list