[PATCH] D50049: [ARM] Complete enumeration values for Tag_ABI_VFP_args
    George Rimar via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 31 04:02:45 PDT 2018
    
    
  
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM. Minor suggestion is bellow.
================
Comment at: include/llvm/Support/ARMBuildAttributes.h:216
   HardFPAAPCS = 1,
+  ToolchainFPPCS = 2,
+  CompatibleFPAAPCS = 3,
----------------
I am not sure, maybe `Toolchain` ->`ToolChain` since it is 2 different words in spec.
https://reviews.llvm.org/D50049
    
    
More information about the llvm-commits
mailing list