We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2130c1e commit 239744cCopy full SHA for 239744c
llvm/test/ExecutionEngine/JITLink/Generic/lazy-link.ll
@@ -9,7 +9,9 @@
9
; RUN: llc -filetype=obj -o %t/main.o %s
10
; RUN: llvm-jitlink -noexec -show-linked-files %t/main.o -lazy %t/foo.o \
11
; RUN: -lazy %t/x.o | FileCheck %s
12
-
+;
13
+; UNSUPPORTED: system-windows
14
15
; CHECK: Linking {{.*}}main.o
16
; CHECK-DAG: Linking <indirect stubs graph #1>
17
; CHECK-DAG: Linking {{.*}}x.o
0 commit comments