mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[llvm-objdump] Require x86 target for mcpu/attr test
This fixes test failure on clang-cmake-armv7-quick bot with change c2ead57ccf74900901fdda1cd0fbe9a7a0d1297a. This bot only builds Arm/AArch64 targets.
This commit is contained in:
parent
36997669ed
commit
c9317b869d
@ -1,6 +1,7 @@
|
||||
# RUN: yaml2obj %s -o %t
|
||||
# RUN: llvm-objdump -d %t --mattr=help 2>&1 | FileCheck %s
|
||||
# RUN: llvm-objdump -d %t --mcpu=help 2>&1 | FileCheck %s
|
||||
# REQUIRES: x86-registered-target
|
||||
|
||||
# CHECK: Available CPUs for this target:
|
||||
# CHECK: Available features for this target:
|
||||
|
Loading…
Reference in New Issue
Block a user