[llvm] [AArch64][ELF] Section alignment of 4 for AArch64 instruction (PR #114031)

Florin Popa via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 08:33:37 PDT 2024


================
@@ -697,6 +697,7 @@ bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) {
       getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,
                                  IsComdat, UniqueID, LinkedToSym);
   getStreamer().switchSection(Section, Subsection);
+
----------------
popaflorin wrote:

Missed this one since I've changed the location of the logic, now has been rectified

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


More information about the llvm-commits mailing list