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

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 06:46:46 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];
+
----------------
smithp35 wrote:

I think this whitespace diff can be remove too.

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


More information about the llvm-commits mailing list