forked from OSchip/llvm-project
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:
parent
329e76d550
commit
5106d4d21c
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue