[PATCH] D50049: [ARM] Complete enumeration values for Tag_ABI_VFP_args

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 06:25:10 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL338373: [ARM] Complete enumeration values for Tag_ABI_VFP_args (authored by psmith, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50049?vs=158204&id=158238#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50049

Files:
  llvm/trunk/include/llvm/Support/ARMBuildAttributes.h


Index: llvm/trunk/include/llvm/Support/ARMBuildAttributes.h
===================================================================
--- llvm/trunk/include/llvm/Support/ARMBuildAttributes.h
+++ llvm/trunk/include/llvm/Support/ARMBuildAttributes.h
@@ -213,6 +213,8 @@
   // 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50049.158238.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/f5637f8c/attachment.bin>


More information about the llvm-commits mailing list