blob: 53443376e4d52f76425e67ad05f6225038af2f38 [file] [log] [blame]
Ulrich Weigande09f7372014-07-29 12:48:14 +00001; RUN: llc -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv1
Eric Christopherfee6aaf2015-02-17 06:45:15 +00002; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
3; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
Ulrich Weigande09f7372014-07-29 12:48:14 +00004; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv2
Eric Christopherfee6aaf2015-02-17 06:45:15 +00005; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
6; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
Ulrich Weigand085a10c2014-07-28 13:10:25 +00007
8; CHECK-ELFv2: .abiversion 2
9; CHECK-ELFv1-NOT: .abiversion 2
10