[PATCH] D59396: [MsgPack] Attempt to fix failure on windows expensive checks bot

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 09:38:11 PDT 2019


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:326-327
   yaml::StringValue Dest;
   raw_string_ostream OS(Dest.Value);
   OS << printReg(Reg, &TRI);
+  OS.flush();
----------------
Maybe this should be scoped instead of the explicit flush?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59396





More information about the llvm-commits mailing list