Skip to content

Commit 6349c1c

Browse files
committed
[ORC] Disable lazy-linking test on armv8 and powerpc.
These architectures are not supported yet.
1 parent 18ee003 commit 6349c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; RUN: llvm-jitlink -noexec -show-linked-files %t/main.o -lazy %t/foo.o \
1111
; RUN: -lazy %t/x.o | FileCheck %s
1212
;
13-
; UNSUPPORTED: system-windows
13+
; UNSUPPORTED: system-windows, target=armv8a-{{.*}}, target=powerpc64{{.*}}
1414
;
1515
; CHECK: Linking {{.*}}main.o
1616
; CHECK-DAG: Linking <indirect stubs graph #1>

0 commit comments

Comments
 (0)