]> granicus.if.org Git - clang/commit
ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".
authorDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 23:28:17 +0000 (23:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 23:28:17 +0000 (23:28 +0000)
commita91320b8af7143f7af4c0665ffa62a3b244c0bd9
treeeb3e54ffd49e46cc4390b7d1b12acdd6754a27b6
parenta9829ae7a3a4e3a753dfcb7bb023a799db465791
ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".
 - Correctly is in quotes, because we are following what I interpreted as GCC's
   intent (which diverges from practice, naturally).
 - Also, fix the arch define for arm1136jf-s.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91855 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Driver/Tools.cpp
test/Preprocessor/init.c