This is an archive of the discontinued LLVM Phabricator instance.

[WIP] Override methods in LLVMELFDumper which use startline()
Needs ReviewPublic

Authored by Jaysonyan on Dec 10 2021, 4:34 PM.

Details

Summary

This is an out-of-date change that was used to override methods in LLVMELFDumper to support JSON printing,
The change pre-dates the addition of the JSONScopedPrinter, so now most of the LLVMELFDumper methods
don't need to be overridden. The only ones that should be overridden are ones that call the startLine() or getOStream()
methods of the ScopedPrinter.

Diff Detail

Event Timeline

Jaysonyan created this revision.Dec 10 2021, 4:34 PM
Jaysonyan requested review of this revision.Dec 10 2021, 4:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2021, 4:34 PM