Skip to content

Commit 195284d

Browse files
committed
Don't run cross project test if configuration is unsupported
1 parent 52f97da commit 195284d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if "ARM" not in config.targets_to_build:
2+
config.unsupported = True

cross-project-tests/tools/llvm-objdump/ARM/plt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test PLT section parsing on arm.
22

3+
// REQUIRES: ld.lld
4+
35
// RUN: %clang --target=armv6a-none-linux-gnueabi -fuse-ld=lld \
46
// RUN: -nostdlib -nostdinc -shared %s -o %t1
57
// RUN: llvm-objdump --no-show-raw-insn --no-print-imm-hex \

0 commit comments

Comments
 (0)