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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 19:07:56 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/MC/X86/relax-offset.s:6
+
+  .section .text1
+ .skip after-before,0x0
----------------
`.section .text1,"ax"` is slightly better, otherwise objdump -d does not disassemble.


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