This is an archive of the discontinued LLVM Phabricator instance.

[MIR] Fix cyclic dependency of MIR formatter
ClosedPublic

Authored by pguo on Jan 9 2020, 3:03 PM.

Details

Summary

Move MIR formatter pointer from TargetMachine to TargetInstrInfo to
avoid cyclic dependency between target & codegen.

Diff Detail

Event Timeline

pguo created this revision.Jan 9 2020, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2020, 3:03 PM
This revision is now accepted and ready to land.Jan 10 2020, 2:23 AM
This revision was automatically updated to reflect the committed changes.