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:
Saleem Abdulrasool 2017-07-28 04:15:35 +00:00
parent 86b02f9e76
commit ef7b92359a

View File

@ -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