This is an archive of the discontinued LLVM Phabricator instance.

[Bugpoint][NewPM] Pin bugpoint to legacy PM
ClosedPublic

Authored by aeubanks on Sep 14 2020, 5:19 PM.

Details

Summary

Bugpoint has lots of assumptions and hacks around the legacy PM, put off migrating it to NPM until later.
Fixes tests under BugPoint under NPM.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 14 2020, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 5:19 PM
aeubanks requested review of this revision.Sep 14 2020, 5:19 PM
arsenm accepted this revision.Sep 14 2020, 5:30 PM
arsenm added a subscriber: arsenm.
arsenm added inline comments.
llvm/tools/bugpoint/OptimizerDriver.cpp
208

Should add a comment explaining why

This revision is now accepted and ready to land.Sep 14 2020, 5:30 PM
aeubanks updated this revision to Diff 291744.Sep 14 2020, 5:34 PM

add comment

This revision was automatically updated to reflect the committed changes.