mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
[PowerPC] Add testcase forgotten in the 214072 commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214073 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe7131e2d0
commit
225048baf8
10
test/CodeGen/PowerPC/ppc64-elf-abi.ll
Normal file
10
test/CodeGen/PowerPC/ppc64-elf-abi.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llc -march=ppc64 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
||||
; RUN: llc -march=ppc64 -mattr=+elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
||||
; RUN: llc -march=ppc64 -mattr=+elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
||||
; RUN: llc -march=ppc64le < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
||||
; RUN: llc -march=ppc64le -mattr=+elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
||||
; RUN: llc -march=ppc64le -mattr=+elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
||||
|
||||
; CHECK-ELFv2: .abiversion 2
|
||||
; CHECK-ELFv1-NOT: .abiversion 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user