[PowerPC] Add testcase forgotten in the 214072 commit.

llvm-svn: 214073
This commit is contained in:
Ulrich Weigand 2014-07-28 13:10:25 +00:00
parent 90a5de88a8
commit 085a10c49e
1 changed files with 10 additions and 0 deletions

View 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