mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
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
12d8c60c4d
commit
4c0185c682
@ -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
Block a user