This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Remove dependecies on entrypoints from loader tests.
ClosedPublic

Authored by sivachandra on Dec 13 2021, 10:56 AM.

Details

Summary

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.

Diff Detail

Event Timeline

sivachandra created this revision.Dec 13 2021, 10:56 AM
sivachandra requested review of this revision.Dec 13 2021, 10:56 AM
This revision is now accepted and ready to land.Dec 13 2021, 11:07 AM
lntue accepted this revision.Dec 13 2021, 11:16 AM
sivachandra edited the summary of this revision. (Show Details)Dec 13 2021, 11:22 AM