Skip to content

Commit 42cb941

Browse files
aengelkegithub-actions[bot]
authored andcommitted
Automerge: [LLVM][Examples] Fix test requirements
Pull Request: llvm/llvm-project#172140
2 parents 9f82208 + b5019c2 commit 42cb941

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if not config.has_plugins:
2+
config.unsupported = True
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TODO: investigate
2+
if not "X86" in config.root.targets:
3+
config.unsupported = True
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TODO: investigate
2+
if not "X86" in config.root.targets:
3+
config.unsupported = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RUN: OrcV2CBindingsLazy 2>&1 | FileCheck -check-prefix=THIS %s
22
# RUN: OrcV2CBindingsLazy 0 2>&1 | FileCheck -check-prefix=OTHER %s
33

4-
# UNSUPPORTED: target=powerpc64{{.*}}
4+
# REQUIRES: target={{(x86|x86_64|aarch64|mips(64)?(el)?|loongarch64|riscv64)-.*}}
55

66
# THIS: entry(1) = 1
77
# OTHER: entry(2) = 2

0 commit comments

Comments
 (0)