[PATCH] D102114: [llvm-objdump][MachO] Print a newline before lazy bind/bind/weak/exports trie

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 12:38:13 PDT 2021


int3 resigned from this revision.
int3 added a comment.

LLD parts lgtm



================
Comment at: llvm/test/tools/llvm-objdump/MachO/lazy-bind.test:4-5
 
-
-# CHECK: __DATA   __la_symbol_ptr    0x100001010   libfoo          _foo
-# CHECK: __DATA   __la_symbol_ptr    0x100001018   libbar          _bar
-# CHECK: __DATA   __la_symbol_ptr    0x100001020   libSystem       _malloc
+#      CHECK:{{.*}}lazy-bind.macho-x86_64:
+#CHECK-EMPTY:
+# CHECK-NEXT:Lazy bind table:
----------------
MaskRay wrote:
> int3 wrote:
> > indentation seems off
> This is an intentional style to test ` --match-full-lines --strict-whitespace`. Many test/tools/ tests use this.
Ah I see. Thanks for the explanation!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102114



More information about the llvm-commits mailing list