summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arm-abi-attr.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-06-30 00:03:54 +0000
committerEric Christopher <echristo@gmail.com>2017-06-30 00:03:54 +0000
commit271565d7e6dc265a5268310d9c5eb130a832b5c5 (patch)
tree278a330848fb4bdff92bc961bccfc2269ae074e7 /test/CodeGen/ARM/arm-abi-attr.ll
parent3dd22a8dcca3b55edbbd65efda39f01da74a42c5 (diff)
Unified logic for computing target ABI in backend and front end by moving this common code to Support/TargetParser.
Modeled Triple::GNU after front end code (aapcs abi) and updated tests that expect apcs abi. Based heavily on a patch by Ana Pazos! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/arm-abi-attr.ll')
-rw-r--r--test/CodeGen/ARM/arm-abi-attr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arm-abi-attr.ll b/test/CodeGen/ARM/arm-abi-attr.ll
index 61cb6cefa17..f05e6e788d6 100644
--- a/test/CodeGen/ARM/arm-abi-attr.ll
+++ b/test/CodeGen/ARM/arm-abi-attr.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS
+; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=AAPCS
; RUN: llc -mtriple=arm-linux-gnu -target-abi=apcs < %s | \
; RUN: FileCheck %s --check-prefix=APCS
; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=apcs < %s | \