mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add target triples to these so they don't fail on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d102593b42
commit
7cf9abff23
@ -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