test: fix hexagon build

Add a x86-registered-target requirement to the tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2017-06-05 21:45:25 +00:00
parent 11d1678b59
commit 2c2bad997e
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple x86_64-unknown-windows-msvc -filetype asm -o - %s | FileCheck %s
; REQUIRES: x86-registered-target
!llvm.module.flags = !{!0, !1, !2, !3}

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple x86_64-unknown-linux-gnu -filetype asm -o - %s | FileCheck %s
; REQUIRES: x86-registered-target
!llvm.module.flags = !{!0, !1, !2, !3}

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple x86_64-apple-ios -filetype asm -o - %s | FileCheck %s
; REQUIRES: x86-registered-target
!llvm.module.flags = !{!0, !1, !2, !3}