[PATCH] D101110: Allow llvm-dis to disassemble multiple files
Matthew Voss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 16:41:41 PDT 2021
ormris 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) {
----------------
MaskRay wrote:
> The idea with OF_TextWithCRLF is that there needs to be \r\n for Windows.
Will fix.
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