[LLVMdev] LLVM Development on ARM
Evan Cheng
evan.cheng at apple.com
Thu Sep 24 18:08:40 PDT 2009
It's possible to build llvm to run on ARM platforms. That's required
for JIT.
It looks like you need to modify ARMJITInfo.cpp for your platform.
Does it support VFP2? Patches welcome.
Evan
On Sep 24, 2009, at 5:51 PM, kapil anand wrote:
> The Compilation error I am getting:
> "Error while compiling ARMJITInfo.cpp..
> Selected processor does not support fstmfdd sp!,
> {d0,d1,d2,d3,d4,d5,d6,d7}....
>
>
>
> On Thu, Sep 24, 2009 at 8:45 PM, kapil anand <kapilanand2 at gmail.com>
> wrote:
> Hi all,
>
> 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.
>
> Has anyone tried to port LLVM onto ARM before? Is it going to
> require lots of changes?
>
> Thanks
>
> --Kapil
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090924/644e0e09/attachment.html>
More information about the llvm-dev
mailing list