[PATCH] D98426: [llvm-objcopy][Support] move writeToStream helper function to Support.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 02:31:54 PDT 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/unittests/Support/raw_ostream_test.cpp:487
+
+TEST(raw_ostreamTest, writeToOutput) {
+  SmallString<64> Path;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98426



More information about the llvm-commits mailing list