[llvm] [llvm-exegesis] Debug generated disassembly (PR #142540)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 03:04:57 PDT 2025


sjoerdmeijer wrote:

I had actually not looked at the implementation very carefully, but now looking and thinking about it, I think I would like to have this available under and option, so that I can toggle this on or off. For example, add an option `-print-snippet-assembly` or something along those lines. 

In terms of implementation, this could be a wrapper around "-dump-object-to-disk" and then disassembling and printing it to stdout, or the current implementation.

Does this (and my previous comment) help with your concerns, @boomanaiden154 ?

https://github.com/llvm/llvm-project/pull/142540


More information about the llvm-commits mailing list