[cfe-commits] r62447 - /cfe/trunk/lib/Lex/PTHLexer.cpp

Anton Korobeynikov anton at korobeynikov.info
Sun Jan 18 07:07:46 PST 2009


> platform flags. So, to make the above work on both GCC and MSVC, you
> have to write something like (can't remember the MS macros exactly):
>
> #if defined(__i386__) || defined(_M_X86) || defined(__x86_64__) ||
> defined(_M_AMD64)
The correct set can be seen inside X86/X86JitInfo.cpp

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list