<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It's possible to build llvm to run on ARM platforms. That's required for JIT.<div><br></div><div>It looks like you need to modify ARMJITInfo.cpp for your platform. Does it support VFP2? Patches welcome.</div><div><br></div><div>Evan</div><div><br><div><div>On Sep 24, 2009, at 5:51 PM, kapil anand wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">The Compilation error I am getting:<br>"Error while compiling ARMJITInfo.cpp..<br>Selected processor does not support fstmfdd sp!,{d0,d1,d2,d3,d4,d5,d6,d7}....<br><br><br><br><div class="gmail_quote">On Thu, Sep 24, 2009 at 8:45 PM, kapil anand <span dir="ltr"><<a href="mailto:kapilanand2@gmail.com">kapilanand2@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><br>I have an ARM virtual machine with ubuntu and want to port LLVM over that. In release documents, ARM is not in the list of supported platforms. I tried to compile LLVM on ARM platform and ran into an error.<br>

<br>Has anyone tried to port LLVM onto ARM  before? Is it going to require lots of changes?<br><br>Thanks<br><font color="#888888"><br>--Kapil<br>
</font></blockquote></div><br>
_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></blockquote></div><br></div></body></html>