This is an archive of the discontinued LLVM Phabricator instance.

[test][llvm-objcopy/mac] Move test to new file
ClosedPublic

Authored by keith on Feb 7 2022, 9:01 AM.

Diff Detail

Event Timeline

keith created this revision.Feb 7 2022, 9:01 AM
keith requested review of this revision.Feb 7 2022, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 9:01 AM

You'll wanna check that the input and output of llvm-objcopy is identical (I believe the other tests use cmp for this).

keith updated this revision to Diff 406615.Feb 7 2022, 2:43 PM

Add cmp to test

keith updated this revision to Diff 406619.Feb 7 2022, 2:44 PM

Fix local state false positive

This revision is now accepted and ready to land.Feb 7 2022, 6:13 PM
This revision was automatically updated to reflect the committed changes.