mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
test: require x86 backend
Ensure that the target is registered before using it. Should fix the hexagon Bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86b02f9e76
commit
ef7b92359a
@ -1,5 +1,6 @@
|
||||
// RUN: llvm-mc -triple i686-unknown-linux-gnu -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-ASM-ROUNDTRIP
|
||||
// RUN: llvm-mc -triple i686-unknown-linux-gnu -filetype obj -o - %s | llvm-objdump -s -j .eh_frame - | FileCheck %s -check-prefix CHECK-EH_FRAME
|
||||
// REQUIRES: x86-registered-target
|
||||
|
||||
.text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user