[LLVMdev] [PATCH] fix for FreeBSD/powerpc build breakage

Chris Lattner sabre at nondot.org
Fri May 23 21:59:48 PDT 2008


On May 22, 2008, at 11:47 AM, Marcel Moolenaar wrote:

> All,
>
> The following patch fixes the build breakage on FreeBSD/powerpc:

Thanks, applied!
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080519/062896.html

> The patch is a bit of a kluge, but I don't know which of the
> preprocessor defines are used on Darwin and/or Linux. FreeBSD
> has all of the following:

Yeah, that code is gross.  I'm not sure what it is trying to figure  
out.  If it just wants darwin/ppc for abi reasons, we could just test  
PPC & darwin.  I'm not sure exactly what it is trying to do though.

-Chris



More information about the llvm-dev mailing list