This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Fix numeric substitutions in icf.s test
ClosedPublic

Authored by int3 on Jul 14 2022, 9:32 PM.

Details

Reviewers
thakis
Group Reviewers
Restricted Project
Commits
rGdbbdc3d6fb0b: [lld-macho][nfc] Fix numeric substitutions in icf.s test
Summary

We were re-defining the various numeric variables when we actually
intended to check already-defined variables against the value on the
current CHECK line.

Diff Detail

Event Timeline

int3 created this revision.Jul 14 2022, 9:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 14 2022, 9:32 PM
int3 requested review of this revision.Jul 14 2022, 9:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 9:32 PM
thakis accepted this revision.Jul 15 2022, 4:36 AM
thakis added a subscriber: thakis.

Whoops!

This revision is now accepted and ready to land.Jul 15 2022, 4:36 AM
This revision was automatically updated to reflect the committed changes.