[llvm-commits] [PATCH]: make LLVM compilable on PPC64/non-darwin

Chris Lattner clattner at apple.com
Tue Jun 14 18:41:00 PDT 2011


On Jun 6, 2011, at 9:04 AM, Roman Divacky wrote:

> Hi there,
> 
> PPC64CompilationCallback in PPCJITInfo.cpp is written
> in darwin asm dialect. The attached patch makes it compilable
> with gnu as too. 
> 
> JIT does not work on PPC64/non-darwin.I think the problem is 
> not related to this patch though. This patch at least enables
> us to compile LLVM on non-darwin PowerPC64.
> 
> The patch was contributed by Nathan Whiterhorn.
> 
> OK to commit?

Sure go for it.  I don't have a PPC machine anymore to test.

-Chris



More information about the llvm-commits mailing list