[Lldb-commits] [PATCH] D159101: [RISC-V] Add RISC-V ABI plugin
Ted Woodward via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 12 06:22:31 PDT 2023
ted added a comment.
@DavidSpickett update on testing: I'm running tests. I found an issue in the IR Interpreter when calling class methods. Somehow a 32 bit pointer gets the upper 32 bits in the 64 bit uint it's stored in set to 0xffffffff, which causes an assert. The assert should probably be an error, and not crash, but for now I'm skipping the tests that cause this. Progress is slow, but steady.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159101/new/
https://reviews.llvm.org/D159101
More information about the lldb-commits
mailing list