From 8a5e45aa9057e67e3bb6ebecd472ada4e3474d8d Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 10 May 2020 00:22:36 -0700 Subject: [PATCH] [lld-macho] Try to unbreak dylink-lazy test on Windows --- lld/test/MachO/dylink-lazy.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/test/MachO/dylink-lazy.s b/lld/test/MachO/dylink-lazy.s index 911ca60..af3d92a 100644 --- a/lld/test/MachO/dylink-lazy.s +++ b/lld/test/MachO/dylink-lazy.s @@ -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 -- 2.7.4