diff options
author | Anton Korobeynikov <anton@korobeynikov.info> | 2019-01-25 08:51:53 +0000 |
---|---|---|
committer | Anton Korobeynikov <anton@korobeynikov.info> | 2019-01-25 08:51:53 +0000 |
commit | 58f6bc509b365aa8516acc03c85b5d0712cf4af6 (patch) | |
tree | 73827d51d892743b340c7cc4896897e404d27df2 /clang/test/Preprocessor/init.c | |
parent | 6f2a0c682736dce8bef979a81a2b2b79a33f1c4e (diff) | |
download | bcm5719-llvm-58f6bc509b365aa8516acc03c85b5d0712cf4af6.tar.gz bcm5719-llvm-58f6bc509b365aa8516acc03c85b5d0712cf4af6.zip |
[MSP430] Ajust f32/f64 alignment according to MSP430 EABI
Patch by Kristina Bessonova!
Differential Revision: https://reviews.llvm.org/D57015
llvm-svn: 352177
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index fc8692b5221..366dc96aa51 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -5158,7 +5158,7 @@ // MSP430:#define __SIZE_MAX__ 65535U // MSP430:#define __SIZE_TYPE__ unsigned int // MSP430:#define __SIZE_WIDTH__ 16 -// MSP430-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 8U +// MSP430-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 2U // MSP430:#define __UINT16_C_SUFFIX__ U // MSP430:#define __UINT16_MAX__ 65535U // MSP430:#define __UINT16_TYPE__ unsigned short |