This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add a new target named LibcHermeticTestMain.
ClosedPublic

Authored by sivachandra on Apr 26 2023, 3:47 PM.

Details

Summary

The existing LibcTestMain has been renamed to LibcUnitTestMain.
Hermetic tests are linked to LibcHermeticTestMain and unit tests are
linked to LibcUnitTestMain.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 26 2023, 3:47 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 26 2023, 3:47 PM
sivachandra requested review of this revision.Apr 26 2023, 3:47 PM
jhuber6 accepted this revision.Apr 26 2023, 3:52 PM

Works fine for me, thanks!

This revision is now accepted and ready to land.Apr 26 2023, 3:52 PM
sivachandra edited the summary of this revision. (Show Details)Apr 26 2023, 4:09 PM
This revision was automatically updated to reflect the committed changes.