This is an archive of the discontinued LLVM Phabricator instance.

[libc] Remove startup option from integration tests
ClosedPublic

Authored by jhuber6 on Mar 16 2023, 9:53 AM.

Details

Summary

This generalizes handling of the integration tests. We now implicitly
depend on the libc.startup.${LIBC_TARGET_OS}.crt1 file rather than
passing it in manually. This simplifies the interface.

Diff Detail

Event Timeline

jhuber6 created this revision.Mar 16 2023, 9:53 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2023, 9:53 AM
jhuber6 requested review of this revision.Mar 16 2023, 9:53 AM
sivachandra accepted this revision.Mar 16 2023, 10:01 AM
This revision is now accepted and ready to land.Mar 16 2023, 10:01 AM
This revision was automatically updated to reflect the committed changes.