Mark two tests REQUIRES: x86-registered-backend

These were introduced in r323783 and use an X86 triple. I'll follow up
on the list to check if it would make more sense to remove the triple
and mark them REQUIRES: default_triple instead.

llvm-svn: 323847
This commit is contained in:
Justin Bogner 2018-01-31 07:32:03 +00:00
parent 329e76d550
commit 5106d4d21c
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple x86_64-elf -filetype asm -o - %s | FileCheck %s
; REQUIRES: x86-registered-target
!llvm.linker.options = !{!0, !1}

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple x86_64-elf -filetype obj -o - %s | llvm-readobj -elf-linker-options - | FileCheck %s
; REQUIRES: x86-registered-target
!llvm.linker.options = !{!0, !1}