diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 23:28:17 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 23:28:17 +0000 |
commit | 0def3d17cba323e3482809b79f51d592c0d9a36f (patch) | |
tree | 03d0d74c33cd2021bc1471aa99d3a0b647560268 /clang/test/Preprocessor/init.c | |
parent | 01ba2a765b676e40a57e420e6c7dc794ef653245 (diff) | |
download | bcm5719-llvm-0def3d17cba323e3482809b79f51d592c0d9a36f.tar.gz bcm5719-llvm-0def3d17cba323e3482809b79f51d592c0d9a36f.zip |
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.
llvm-svn: 91855
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 074b2a1dcb4..5796b11e14b 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -189,7 +189,6 @@ // ARM:#define __THUMB_INTERWORK__ 1 // ARM:#define __UINTMAX_TYPE__ long long unsigned int // ARM:#define __USER_LABEL_PREFIX__ _ -// ARM:#define __VFP_FP__ 1 // ARM:#define __WCHAR_MAX__ 2147483647 // ARM:#define __WCHAR_TYPE__ int // ARM:#define __WCHAR_WIDTH__ 32 |