This is an archive of the discontinued LLVM Phabricator instance.

Specify that some flags are legacy PM-specific
ClosedPublic

Authored by aeubanks on Feb 4 2021, 7:52 PM.

Diff Detail

Event Timeline

aeubanks created this revision.Feb 4 2021, 7:52 PM
aeubanks requested review of this revision.Feb 4 2021, 7:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2021, 7:52 PM
asbirlea accepted this revision.Feb 5 2021, 2:11 PM
This revision is now accepted and ready to land.Feb 5 2021, 2:11 PM
bjope added inline comments.Feb 7 2021, 3:32 PM
llvm/tools/opt/opt.cpp
144–146

This one is only checked for LegacyPM afaict.

149

This one is only checked for LegacyPM afaict.

235–236

This one is not implemented for NewPM (at least not yet).

aeubanks updated this revision to Diff 322751.Feb 10 2021, 10:53 AM

more flags

This revision was landed with ongoing or failed builds.Feb 10 2021, 10:54 AM
This revision was automatically updated to reflect the committed changes.