[PATCH] D76114: [MC] Recalculate fragment offsets after relaxation

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 14:01:33 PDT 2020


reames added a comment.

Reduced test case:

  .section .entry.text, "ax"

.skip 144f-143f,0x0
 .pushsection .altinstr_replacement,"ax"
143:
 jmp .Lint80_keep_stack
144:
 .popsection

.Lint80_keep_stack:

This does not appear to relate to the recent alignment padding work.  Test continues to fail with -x86-pad-for-align=0 -x86-pad-for-branch-align=0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76114





More information about the llvm-commits mailing list