Skip to content

Commit

Permalink
[RISC-V] Add RISC-V ABI plugin
Browse files Browse the repository at this point in the history
Also default to disassembling a and m features
Some code taken from https://reviews.llvm.org/D62732 , which hasn't been
updated in a year.

Tested with 32 and 64 bit Linux user space QEMU

Reviewed By: jasonmolenda

Differential Revision: https://reviews.llvm.org/D159101
  • Loading branch information
Ted Woodward committed Sep 29, 2023
1 parent 18b597b commit 847de9c
Show file tree
Hide file tree
Showing 5 changed files with 926 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Plugins/ABI/CMakeLists.txt
@@ -1,4 +1,4 @@
foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC SystemZ X86)
foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC RISCV SystemZ X86)
if (${target} IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(${target})
endif()
Expand Down

0 comments on commit 847de9c

Please sign in to comment.