[Lldb-commits] [PATCH] D70979: [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 15:51:41 PST 2019


clayborg added inline comments.


================
Comment at: lldb/include/lldb/Utility/ArchSpec.h:436
 
-  void DumpTriple(Stream &s) const;
+  void DumpTriple(llvm::raw_ostream &s) const;
 
----------------
Should we just make a static operator << function for this instead so we can use in formats?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70979/new/

https://reviews.llvm.org/D70979





More information about the lldb-commits mailing list