2014-07-29 12:48:14 +00:00
|
|
|
; RUN: llc -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
2015-02-17 06:45:15 +00:00
|
|
|
; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
|
|
|
; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
2014-07-29 12:48:14 +00:00
|
|
|
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
2015-02-17 06:45:15 +00:00
|
|
|
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
|
|
|
|
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
|
2014-07-28 13:10:25 +00:00
|
|
|
|
|
|
|
; CHECK-ELFv2: .abiversion 2
|
|
|
|
; CHECK-ELFv1-NOT: .abiversion 2
|
|
|
|
|