[PATCH] D153906: [clang] Allow disassembly of multi-module bitcode files

Steven Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 09:58:51 PDT 2023


steven_wu added a comment.

I don't like this doesn't write to the output file by `-o` too. I also think the output should just match `llvm-dis` output, instead of splitting into multiple files.


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

https://reviews.llvm.org/D153906



More information about the cfe-commits mailing list