[lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 00:15:15 PDT 2024
================
@@ -1011,6 +1011,135 @@ void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section,
}
}
+static void applyUTypeImmRISCV(uint8_t *InstrAddr, uint32_t Imm) {
----------------
Michael137 wrote:
I'm not sure if this was discussed elsewhere in the thread, but we should probably split these out into a separate PR
https://github.com/llvm/llvm-project/pull/99336
More information about the llvm-commits
mailing list