<div><br><div class="gmail_quote"><div dir="auto">On Thu, Mar 1, 2018 at 1:26 AM Hayden Livingston via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Does LLVM compile on ARM windows machines? More importantly, can LLVM<br>
generate code on Windows ARM? And lastly can it be hosted on Windows<br>
ARM so as to act like a JIT compiler for ARM?</blockquote><div dir="auto"><br></div><div dir="auto">Partially.  LLVM can target Windows ARM.  One big caveat: I’ve only added support for Windows ARM NT, not Windows CE.</div><div dir="auto"><br></div><div dir="auto">I’ve never tried to build LLVM itself to be hosted on Windows ARM though.  I also added the necessary support for the JIT to work for Windows ARM (at least should be sufficient for evaluating expressions in lldb).  The one thing that is currently an issue is that we do not emit pdata/xdata which means that exceptions are not supported right now.  I’d really like to add that support, but I don’t have the time right now.</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>