]> granicus.if.org Git - clang/commit
Basic: use hex string for __ARM_FP macro
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 18 Sep 2014 02:13:33 +0000 (02:13 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 18 Sep 2014 02:13:33 +0000 (02:13 +0000)
commitebf645879c9a5b458e11e23f7946286cae0f05f5
treefd485ef363a52b19f445262ba1841767941abf68
parent3bdb38bfc3244d28b03035034b78afcb7187b87c
Basic: use hex string for __ARM_FP macro

The ARM ACLE describes the values as hex constants rather than numeric
constants; follow suit.  Address post-commit review comments from Jon Roelofs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218009 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/arm-acle-6.5.c