[PowerPC, JIT] PPCJITInfo.cpp "This is not a 32bit PowerPC"

Joerg Sonnenberger joerg at britannica.bec.de
Fri Jul 26 08:42:21 PDT 2013


On Fri, Jul 26, 2013 at 09:14:53AM -0500, Peter Bergner wrote:
> On Tue, 2013-07-23 at 21:50 -0400, David Fang wrote:
> > -#if !defined(__powerpc__) || defined(__powerpc64__)
> > +#if (!defined(__ppc__) && !defined(__powerpc__)) || defined(__powerpc64__) || defined(__ppc64__) 
> 
> I'll note that both the old and new changes are not compatible
> with the predefined macros GCC defines.

The change from David was specifically for the OSX environment.

Joerg



More information about the llvm-commits mailing list