Skip to content

Commit

Permalink
[lld-macho] Try to unbreak dylink-lazy test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
int3 committed May 10, 2020
1 parent 73a9b7d commit 8a5e45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/MachO/dylink-lazy.s
Expand Up @@ -16,8 +16,8 @@
## symbol each entry points to. So we call objdump twice in order to get the
## disassembly of __text and the bind tables first, which allow us to check for
## matching entries in __stubs.
# RUN: (llvm-objdump -d --no-show-raw-insn --syms --bind --lazy-bind %t/dylink-lazy; \
# RUN: llvm-objdump -D --no-show-raw-insn %t/dylink-lazy) | FileCheck %s
# RUN: ( llvm-objdump -d --no-show-raw-insn --syms --bind --lazy-bind %t/dylink-lazy; \
# RUN: llvm-objdump -D --no-show-raw-insn %t/dylink-lazy ) | FileCheck %s

# CHECK-LABEL: SYMBOL TABLE:
# CHECK: {{0*}}[[#%x, IMGLOADER:]] {{.*}} __DATA,__data __dyld_private
Expand Down

0 comments on commit 8a5e45a

Please sign in to comment.