[lld] 8a5e45a - [lld-macho] Try to unbreak dylink-lazy test on Windows
Jez Ng via llvm-commits
llvm-commits at lists.llvm.org
Sun May 10 00:23:48 PDT 2020
Author: Jez Ng
Date: 2020-05-10T00:23:32-07:00
New Revision: 8a5e45aa9057e67e3bb6ebecd472ada4e3474d8d
URL: https://github.com/llvm/llvm-project/commit/8a5e45aa9057e67e3bb6ebecd472ada4e3474d8d
DIFF: https://github.com/llvm/llvm-project/commit/8a5e45aa9057e67e3bb6ebecd472ada4e3474d8d.diff
LOG: [lld-macho] Try to unbreak dylink-lazy test on Windows
Added:
Modified:
lld/test/MachO/dylink-lazy.s
Removed:
################################################################################
diff --git a/lld/test/MachO/dylink-lazy.s b/lld/test/MachO/dylink-lazy.s
index 911ca60777e7..af3d92ad64da 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
More information about the llvm-commits
mailing list