[Lldb-commits] [lldb] [lldb] Add RISCV for Makefile.rules (PR #124758)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 28 07:33:13 PST 2025


https://github.com/DavidSpickett approved this pull request.

LGTM, thanks.

My understanding of this is it generates `-m64` and `-m32` flags for architectures that need it, and RISC-V is not one of those.

(I have heard of toolchains with both 32 and 64 bit but they use a different triple for each iirc)

https://github.com/llvm/llvm-project/pull/124758


More information about the lldb-commits mailing list