[lld] [llvm] [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (PR #147970)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 09:29:01 PDT 2025


================
@@ -554,6 +593,7 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
   sections.resize(size);
   for (size_t i = 0; i != size; ++i) {
     const Elf_Shdr &sec = objSections[i];
+
----------------
MaskRay wrote:

The blank line is still there?

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


More information about the llvm-commits mailing list