[PATCH] D81298: [lld-macho] Handle alignment correctly when merging InputSections
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 7 22:25:03 PDT 2020
int3 marked an inline comment as done.
int3 added inline comments.
================
Comment at: lld/test/MachO/section-merge.s:16
+# CHECK-DAG: {{0*}}[[#ADDR+0x8]] g O __DATA,__data _baz
+# CHECK-DAG: {{0*}}[[#ADDR+0x9]] g O __DATA,__data _qux
----------------
compnerd wrote:
> Where is `ADDR` captured? I can't seem to spot it.
it's captured on line 13
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81298/new/
https://reviews.llvm.org/D81298
More information about the llvm-commits
mailing list