[cfe-commits] [patch] Define some built-ins macros on mips32 platform

Atanasyan, Simon satanasyan at mips.com
Wed Nov 9 06:56:25 PST 2011


Here is the patch that defines _MIPS_SZPTR, _MIPS_SZINT and _MIPS_SZLONG macros on mips32 platform. These macros are gcc built-ins and used in system headers.

The same macros should be defined for mips64 platform as well. So, probably, the better place for them is MipsTargetInfoBase::getArchDefines() method. But now I do not have access to 64-bits system and cannot test the code.

--
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defines.clang-trunk.patch
Type: text/x-patch
Size: 637 bytes
Desc: defines.clang-trunk.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111109/1ccad900/attachment.bin>


More information about the cfe-commits mailing list