Allow llvm-dis to disassemble multiple files
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you add a test? Should -o be considered incompatible with multiple files?
llvm/tools/llvm-dis/llvm-dis.cpp | ||
---|---|---|
214 | The idea with OF_TextWithCRLF is that there needs to be \r\n for Windows. |
Comment Actions
Sure, I can add one. What would OutputFilename mean in this context? A prefix for all output files?
llvm/tools/llvm-dis/llvm-dis.cpp | ||
---|---|---|
214 | Will fix. |
cp