This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix some missing features from the hermetic test support
ClosedPublic

Authored by jhuber6 on May 1 2023, 8:05 PM.

Details

Summary

This patch addresses some of the flags and features that are currently
missing from the hermetic test support. This mostly just fixes the
add_libc_test option failing to find a few dependencies or missing
arguments from the previous unit test support.

Diff Detail

Event Timeline

jhuber6 created this revision.May 1 2023, 8:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 1 2023, 8:05 PM
jhuber6 requested review of this revision.May 1 2023, 8:05 PM
jhuber6 updated this revision to Diff 518683.May 2 2023, 4:39 AM

Removing assert change, asserts should be removed instead.

lntue accepted this revision.May 2 2023, 7:25 AM
This revision is now accepted and ready to land.May 2 2023, 7:25 AM