[PATCH] D97982: [MC] Introduce NeverAlign fragment type

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 13:44:49 PDT 2021


Amir added a comment.

In D97982#2811382 <https://reviews.llvm.org/D97982#2811382>, @efriedma wrote:

> That's not going to work out in general.  Removing the NeverAlign padding can increase the distance between two symbols if .palign is involved.  That might require relaxation.

Do you mean p2align? Yes, removing the NeverAlign padding can increase the distance between two symbols. Let me check if that causes a problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97982/new/

https://reviews.llvm.org/D97982



More information about the llvm-commits mailing list