This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Ignore `-mllvm` and its argument
ClosedPublic

Authored by int3 on Sep 16 2020, 4:08 PM.

Details

Reviewers
compnerd
MaskRay
Group Reviewers
Restricted Project
Commits
rG79412d6ca772: [lld-macho] Ignore `-mllvm` and its argument
Summary

Test Plan:

Diff Detail

Event Timeline

int3 created this revision.Sep 16 2020, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2020, 4:08 PM
int3 requested review of this revision.Sep 16 2020, 4:08 PM
compnerd accepted this revision.Sep 16 2020, 4:33 PM
This revision is now accepted and ready to land.Sep 16 2020, 4:33 PM
MaskRay accepted this revision.Sep 16 2020, 5:07 PM
MaskRay added a subscriber: MaskRay.
MaskRay added inline comments.
lld/MachO/Options.td
860

If you ignore an option, you can use def :

int3 added inline comments.Sep 17 2020, 12:54 PM
lld/MachO/Options.td
860

I'd prefer to follow what the rest of the file is currently doing -- using HelpHidden to mark ignored options

This revision was landed with ongoing or failed builds.Sep 23 2020, 7:27 PM
This revision was automatically updated to reflect the committed changes.