[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 17 07:23:29 PDT 2024
================
@@ -279,6 +279,9 @@ void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr,
.setMCJITMemoryManager(std::make_unique<MemoryManager>(*this))
.setOptLevel(llvm::CodeGenOptLevel::Less);
+ if (triple.isRISCV64())
----------------
DavidSpickett wrote:
This should have a comment. If every other arch set the code model it'd be fine, but this sticks out.
https://github.com/llvm/llvm-project/pull/99336
More information about the lldb-commits
mailing list