summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2018-07-31 13:24:49 +0000
committerPeter Smith <peter.smith@linaro.org>2018-07-31 13:24:49 +0000
commit07f371fc5109c13caff9567bac13fd7d040356d1 (patch)
treef39a843879670b693bd39486856120f7685681d6 /include
parente40028733823edc57d0ab4a191cf13631492ec8a (diff)
[ARM] Complete enumeration values for Tag_ABI_VFP_args
The LLD implementation of Tag_ABI_VFP_args needs to check the rarely seen values of 3 (toolchain specific) and 4 compatible with both Base and VFP. Add the missing enumeration values so that LLD can refer to them without having to use the raw numbers. Differential Revision: https://reviews.llvm.org/D50049 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ARMBuildAttributes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/ARMBuildAttributes.h b/include/llvm/Support/ARMBuildAttributes.h
index 6c83e447cb2..b8a03765a7c 100644
--- a/include/llvm/Support/ARMBuildAttributes.h
+++ b/include/llvm/Support/ARMBuildAttributes.h
@@ -213,6 +213,8 @@ enum {
// Tag_ABI_VFP_args, (=28), uleb128
BaseAAPCS = 0,
HardFPAAPCS = 1,
+ ToolChainFPPCS = 2,
+ CompatibleFPAAPCS = 3,
// Tag_FP_HP_extension, (=36), uleb128
AllowHPFP = 1, // Allow use of Half Precision FP