mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 07:33:23 +00:00
Add target triples to these so they don't fail on linux.
llvm-svn: 46496
This commit is contained in:
parent
390baa691d
commit
35f063e37c
@ -1,4 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
|
||||
target triple = "powerpc-apple-darwin8"
|
||||
|
||||
|
||||
define void @bork() noreturn nounwind {
|
||||
entry:
|
||||
|
@ -1,4 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep nop
|
||||
target triple = "i686-apple-darwin8"
|
||||
|
||||
|
||||
define void @bork() noreturn nounwind {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user