[PATCH] D76114: [MC] Recalculate fragment offsets after relaxation
Jian Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 15:41:45 PDT 2020
jcai19 added a comment.
> 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
I am not sure I followed here but I ran the test case as follows and it still passed.
llvm-mc -filetype=obj -triple=i386 relax-offset.s -o /dev/null -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