This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Fix up missing FileCheck on objc.s
ClosedPublic

Authored by thevinster on Dec 5 2022, 11:55 PM.

Details

Reviewers
thakis
int3
Group Reviewers
Restricted Project
Commits
rGea32faea6dc4: [lld-macho][nfc] Fix up missing FileCheck on objc.s
Summary

I'll be making changes to the ObjC implementation (bug fix) in a later
change, and I noticed that this test isn't being tested at all. Fix that up
here separately so further changes are easier to differentiate.

Diff Detail

Event Timeline

thevinster created this revision.Dec 5 2022, 11:55 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 5 2022, 11:55 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
thevinster edited the summary of this revision. (Show Details)Dec 5 2022, 11:57 PM
thevinster edited the summary of this revision. (Show Details)
thevinster edited the summary of this revision. (Show Details)

Filecheck->FileCheck

thevinster published this revision for review.Dec 6 2022, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 12:01 AM
thevinster edited the summary of this revision. (Show Details)Dec 6 2022, 12:03 AM
thakis accepted this revision.Dec 6 2022, 6:04 AM
thakis added a subscriber: thakis.

lg

This revision is now accepted and ready to land.Dec 6 2022, 6:04 AM
int3 accepted this revision.Dec 6 2022, 11:09 AM
int3 added a subscriber: int3.

nice catch :)

This revision was automatically updated to reflect the committed changes.