[llvm] [NFC][llvm-objdump] Add quiet disassembly (PR #139931)
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 09:59:06 PDT 2025
https://github.com/petrhosek commented:
I'd prefer instead adding an extra argument to `disassembleObject` (and other functions like `dumpELFData`) representing the output stream.
`--call-graph-info` implementation could then pass `null()` as the argument when invoking `disassembleObject`.
https://github.com/llvm/llvm-project/pull/139931
More information about the llvm-commits
mailing list