[Lldb-commits] [lld] [lldb] [llvm] [X86] Add dynamic section support per psABI (PR #206002)

Phoebe Wang via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 27 01:17:05 PDT 2026


================
@@ -3800,6 +3800,24 @@ std::string static getDynamicTagAsString(uint16_t Arch, uint64_t Type) {
 #undef RISCV_DYNAMIC_TAG
     }
     break;
+
+  case llvm::ELF::EM_SPARC:
----------------
phoebewang wrote:

Done.

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


More information about the lldb-commits mailing list