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

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 13:24:56 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:
----------------
jrtc27 wrote:

lldb and llvm changes should be separate from lld ones. As should SPARC and x86 ones.

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


More information about the llvm-commits mailing list