Skip to content

Commit c0cbcb4

Browse files
committed
[ORC] Tweak lazy-link testcase's UNSUPPORTED condition for armv8a.
The previous attempt in 6349c1c didn't seem to work: the test is still failing as of https://lab.llvm.org/buildbot/#/builders/154/builds/7609.
1 parent 6349c1c commit c0cbcb4

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, target=armv8a-{{.*}}, target=powerpc64{{.*}}
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)