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

Roman Divacky rdivacky at freebsd.org
Mon Jun 6 09:04:24 PDT 2011


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?

roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PPCJITInfo.cpp.diff
Type: text/x-diff
Size: 4752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110606/716ddf34/attachment.diff>


More information about the llvm-commits mailing list