Skip to content

Commit 61d1b7c

Browse files
committed
[ORC] Tweak lazy-link testcase's UNSUPPORTED condition for armv8a some more.
The change in c0cbcb4 was insufficient: The armv8a subarch is a property of the compiled testcase, not the test target triple. Having double-checked the EPCIndirectionUtils::Create method we want to disable this test for all arm.* prefixes except arm64 (we want the test to continue working on Darwin).
1 parent 97836be commit 61d1b7c

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={{arm[^6][^4].*}}, target=powerpc64{{.*}}
1414
;
1515
; CHECK: Linking {{.*}}main.o
1616
; CHECK-DAG: Linking <indirect stubs graph #1>

0 commit comments

Comments
 (0)