================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
