This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple
ClosedPublic

Authored by teemperor on Dec 3 2019, 1:10 PM.

Diff Detail

Event Timeline

teemperor created this revision.Dec 3 2019, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2019, 1:10 PM
davide accepted this revision.Dec 3 2019, 2:01 PM

LGTM.

This revision is now accepted and ready to land.Dec 3 2019, 2:01 PM
clayborg added inline comments.
lldb/include/lldb/Utility/ArchSpec.h
436

Should we just make a static operator << function for this instead so we can use in formats?

This revision was automatically updated to reflect the committed changes.