[lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 07:23:29 PDT 2024
================
@@ -1011,6 +1011,135 @@ void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section,
}
}
+static void applyUTypeImmRISCV(uint8_t *InstrAddr, uint32_t Imm) {
----------------
DavidSpickett wrote:
Does this still need to be done?
https://github.com/llvm/llvm-project/pull/99336
More information about the llvm-commits
mailing list