[lld] [llvm] [readobj][Arm][AArch64] Refactor Build Attributes parsing under ELFAtributeParser and add support for AArch64 Build Attributes (PR #128727)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 08:34:24 PST 2025


================
@@ -128,9 +131,8 @@ Error ELFAttributeParser::parseSubsection(uint32_t length) {
   }
 
   // Handle a subsection with an unrecognized vendor-name by skipping
-  // over it to the next subsection. ADDENDA32 in the Arm ABI defines
----------------
sivan-shani wrote:

Intentional, since this is not Arm specific.

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


More information about the llvm-commits mailing list