[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/BinaryFormat/MsgPackDocumentYAML.cpp:64
}
- return S;
+ return OS.str();
}
----------------
Why is this necessary?
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