[llvm] [RISCV][Disassemble] Ensure the comment stream of the disassembler is set. (PR #125962)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 12:55:24 PST 2025
tedwoodward wrote:
> Is Hexagon just getting lucky that the null comment stream was never written to by the Symbolizer which would cause segmentation fault.
I'm not sure. I haven't worked in the guts of the disassembler in many years!
It looks like we pushed up a change to add CommentStream to the Hexagon disassembler; thanks @quic-areg !
https://github.com/llvm/llvm-project/pull/125962
More information about the llvm-commits
mailing list