[PATCH] D102114: [llvm-objdump][MachO] Print a newline before lazy bind/bind/weak/exports trie
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 9 09:02:52 PDT 2021
MaskRay marked 2 inline comments as done.
MaskRay added inline comments.
================
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:
----------------
int3 wrote:
> indentation seems off
This is an intentional style to test ` --match-full-lines --strict-whitespace`. Many test/tools/ tests use this.
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