mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
No need to run llvm-as. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7627d9c229
commit
3bea6d7604
@ -1,9 +1,8 @@
|
||||
; RUN: llvm-as < %s > %t.bc
|
||||
; RUN: llc < %t.bc -march=ppc32 | FileCheck %s -check-prefix=PPC32-NOFP
|
||||
; RUN: llc < %t.bc -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP
|
||||
; RUN: llc < %s -march=ppc32 | FileCheck %s -check-prefix=PPC32-NOFP
|
||||
; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP
|
||||
|
||||
; RUN: llc < %t.bc -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP
|
||||
; RUN: llc < %t.bc -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP
|
||||
; RUN: llc < %s -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP
|
||||
; RUN: llc < %s -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP
|
||||
|
||||
|
||||
target triple = "powerpc-apple-darwin8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user