This is an archive of the discontinued LLVM Phabricator instance.

[SimplifyCFG] Override options in default constructor
ClosedPublic

Authored by aeubanks on Sep 15 2020, 1:08 PM.

Details

Summary

SimplifyCFG's options should always be overridden by command line flags,
but they mistakenly weren't in the default constructor.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 15 2020, 1:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 1:08 PM
aeubanks requested review of this revision.Sep 15 2020, 1:08 PM
ychen accepted this revision.Sep 21 2020, 2:26 PM
This revision is now accepted and ready to land.Sep 21 2020, 2:26 PM
This revision was automatically updated to reflect the committed changes.