[llvm] [RISCV][Disassemble] Ensure the comment stream of the disassembler is set. (PR #125962)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 14:06:39 PST 2025
tedwoodward wrote:
> bin/lldb ~/lldb_test/factorial
(lldb) target create "/usr2/tedwood/lldb_test/factorial"
Current executable set to '/usr2/tedwood/lldb_test/factorial' (hexagon).
(lldb) dis -n main
lldb: /local/mnt/workspace/tedwood/src/llvm-top/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp:33: bool llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst &, int64_t, uint64_t, bool, uint64_t, uint64_t, uint64_t) const: Assertion `CommentStream && "CommentStream is not set."' failed.
LLDB diagnostics will be written to /tmp/diagnostics-4b838b
Please include the directory content when filing a bug report
Abort (core dumped)
https://github.com/llvm/llvm-project/pull/125962
More information about the llvm-commits
mailing list