================ @@ -28,6 +28,21 @@ hexadecimal format instead of decimal if desired. .section .data .float 0x1c2.2ap3 +``.prefalign`` directive +------------------------ + +The ``.prefalign`` directive sets the preferred alignment for a section, +and enables the section's final alignment to be set in a way that is +dependent on the section size (currently only supported with ELF). + +If the section size is less than the section's minimum alignment as +determined using ``.align`` family directives, the section's alignment +will be equal to its minimum alignment. Otherwise, if the section size is ---------------- vitalybuka wrote:
why it's min? higher alignment should satisfy any unknown constraints user is asking for. https://github.com/llvm/llvm-project/pull/150151 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
