Skip to content

Commit c3d4846

Browse files
committed
[llvm-objdump] Require x86 target for mcpu/attr test
This fixes test failure on clang-cmake-armv7-quick bot with change c2ead57. This bot only builds Arm/AArch64 targets.
1 parent 9c2b295 commit c3d4846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/llvm-objdump/mattr-mcpu-help.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RUN: yaml2obj %s -o %t
22
# RUN: llvm-objdump -d %t --mattr=help 2>&1 | FileCheck %s
33
# RUN: llvm-objdump -d %t --mcpu=help 2>&1 | FileCheck %s
4+
# REQUIRES: x86-registered-target
45

56
# CHECK: Available CPUs for this target:
67
# CHECK: Available features for this target:

0 commit comments

Comments
 (0)