summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/objc-imageinfo-coff.ll1
-rw-r--r--test/Object/objc-imageinfo-elf.ll1
-rw-r--r--test/Object/objc-imageinfo-macho.ll1
3 files changed, 3 insertions, 0 deletions
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}