This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Don't put an antivirus test file in reproduce.s
ClosedPublic

Authored by int3 on Apr 27 2021, 2:58 PM.

Details

Summary

It appears that some antivirii do not recognize that "this is a
test": https://reviews.llvm.org/D101218#2720676

Diff Detail

Event Timeline

int3 created this revision.Apr 27 2021, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2021, 2:58 PM
int3 requested review of this revision.Apr 27 2021, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2021, 2:58 PM
smeenai accepted this revision.Apr 27 2021, 3:01 PM
smeenai added a subscriber: smeenai.

LGTM.

This is amazing.

This revision is now accepted and ready to land.Apr 27 2021, 3:01 PM
This revision was landed with ongoing or failed builds.Apr 27 2021, 3:03 PM
This revision was automatically updated to reflect the committed changes.
dblaikie added inline comments.
lld/test/MachO/reproduce.s
8

Maybe just "this is a test" or something would be more clear/not raise some weird suspicion when someone goes back to maintain this test about why viruses (or lack thereof) would be relevant to this test?

int3 added a comment.May 2 2021, 1:45 PM

I was trying to keep with the __COMPLETELY __legit theme :) I don't really think there's much risk of confusion, but I'm happy to stamp a change if you feel strongly about it

I was trying to keep with the __COMPLETELY __legit theme :) I don't really think there's much risk of confusion, but I'm happy to stamp a change if you feel strongly about it

Eh, not especially strongly, no. Your call.