Skip to content

Commit 847de9c

Browse files
author
Ted Woodward
committed
[RISC-V] Add RISC-V ABI plugin
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
1 parent 18b597b commit 847de9c

File tree

5 files changed

+926
-1
lines changed

5 files changed

+926
-1
lines changed

lldb/source/Plugins/ABI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC SystemZ X86)
1+
foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC RISCV SystemZ X86)
22
if (${target} IN_LIST LLVM_TARGETS_TO_BUILD)
33
add_subdirectory(${target})
44
endif()

0 commit comments

Comments
 (0)