[Lldb-commits] [lldb] [RISCV-LLDB] RISCV feature attribute support and allows overriding additional(default) feature (PR #147990)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 31 09:20:47 PDT 2025
================
@@ -537,6 +537,15 @@ class ArchSpec {
void SetFlags(const std::string &elf_abi);
+ // Sets the target specific disassembly feature string
+ // for ELF disassembly.
----------------
JDevlieghere wrote:
At the ArchSpec level, the fact that this is coming from ELF is an implementation detail.
```suggestion
// Sets the target specific disassembly feature string.
```
https://github.com/llvm/llvm-project/pull/147990
More information about the lldb-commits
mailing list