diff options
author | Eric Christopher <echristo@gmail.com> | 2017-02-15 07:50:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-02-15 07:50:11 +0000 |
commit | 32ac5e41ef957ed8ac497ebfbf84b61ee95be9a2 (patch) | |
tree | 698a9bb5a3fe7b35ef84f8c4f1d8c588146e436d /clang/test/Preprocessor/init.c | |
parent | fbc7805e252ef02813e00b63702e5726b1848cbc (diff) | |
download | bcm5719-llvm-32ac5e41ef957ed8ac497ebfbf84b61ee95be9a2.tar.gz bcm5719-llvm-32ac5e41ef957ed8ac497ebfbf84b61ee95be9a2.zip |
Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platforms to match what other compilers produce.
llvm-svn: 295156
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 6ab86de2ff6..a7726e3111f 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -5635,6 +5635,7 @@ // PPC64LE:#define __SIZE_MAX__ 18446744073709551615UL // PPC64LE:#define __SIZE_TYPE__ long unsigned int // PPC64LE:#define __SIZE_WIDTH__ 64 +// PPC64LE:#define __STRUCT_PARM_ALIGN__ 16 // PPC64LE:#define __UINT16_C_SUFFIX__ // PPC64LE:#define __UINT16_MAX__ 65535 // PPC64LE:#define __UINT16_TYPE__ unsigned short |