Skip to content

Commit 239744c

Browse files
committed
Disable the lazy-linking testcase on Windows -- it's failing there due to a
missing __ImageBase symbol for reasons that aren't clear. Landing this patch will allow others to debug the issue in-tree.
1 parent 2130c1e commit 239744c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/ExecutionEngine/JITLink/Generic/lazy-link.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
; RUN: llc -filetype=obj -o %t/main.o %s
1010
; RUN: llvm-jitlink -noexec -show-linked-files %t/main.o -lazy %t/foo.o \
1111
; RUN: -lazy %t/x.o | FileCheck %s
12-
12+
;
13+
; UNSUPPORTED: system-windows
14+
;
1315
; CHECK: Linking {{.*}}main.o
1416
; CHECK-DAG: Linking <indirect stubs graph #1>
1517
; CHECK-DAG: Linking {{.*}}x.o

0 commit comments

Comments
 (0)