From 2c2bad997e3487bbd1339fc9fcd0939737c48ac0 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 5 Jun 2017 21:45:25 +0000 Subject: 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 --- test/Object/objc-imageinfo-coff.ll | 1 + test/Object/objc-imageinfo-elf.ll | 1 + test/Object/objc-imageinfo-macho.ll | 1 + 3 files changed, 3 insertions(+) (limited to 'test/Object') diff --git a/test/Object/objc-imageinfo-coff.ll b/test/Object/objc-imageinfo-coff.ll index cab0103b5f4..017d5ac003c 100644 --- a/test/Object/objc-imageinfo-coff.ll +++ b/test/Object/objc-imageinfo-coff.ll @@ -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} diff --git a/test/Object/objc-imageinfo-elf.ll b/test/Object/objc-imageinfo-elf.ll index 7979e01457f..f7484fa39be 100644 --- a/test/Object/objc-imageinfo-elf.ll +++ b/test/Object/objc-imageinfo-elf.ll @@ -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} diff --git a/test/Object/objc-imageinfo-macho.ll b/test/Object/objc-imageinfo-macho.ll index 90bc9d91a5d..97c36699e5d 100644 --- a/test/Object/objc-imageinfo-macho.ll +++ b/test/Object/objc-imageinfo-macho.ll @@ -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} -- cgit v1.2.3