]> granicus.if.org Git - clang/commit
Basic: add support for ARM ACLE 6.5.1
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 17 Sep 2014 14:50:27 +0000 (14:50 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 17 Sep 2014 14:50:27 +0000 (14:50 +0000)
commit3323dc0c63162aba0cf015732abec4641ab07919
tree8ec0cbeae41b611d5c2bbc0587a1316bc1e9276f
parentf2db4a0a9d8669bc1e7ae80a2ff6567bd3eb1566
Basic: add support for ARM ACLE 6.5.1

Extend ARM ACLE support (Section 6.5.1) for AArch32.  Define __ARM_FP if
hardware floating point support is available as per the value defined by the
ACLE.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217957 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/arm-acle-6.5.c [new file with mode: 0644]