[PATCH] D101110: Allow llvm-dis to disassemble multiple files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 16:03:15 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/tools/llvm-dis/llvm-dis.cpp:214
+      std::unique_ptr<ToolOutputFile> Out(
+          new ToolOutputFile(FinalFilename, EC, sys::fs::OF_Text));
+      if (EC) {
----------------
The idea with OF_TextWithCRLF is that there needs to be \r\n for Windows.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101110



More information about the llvm-commits mailing list