<div dir="ltr">It's not hard to get access to an Aarch64 build host if you want to. I've even tried building llvm on it.<div><br></div><div><a href="https://groups.google.com/d/msg/comp.arch/twdGdOcXrN0/lJeDIQdABQAJ">https://groups.google.com/d/msg/comp.arch/twdGdOcXrN0/lJeDIQdABQAJ</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 7, 2016 at 10:52 PM, Dima Stepanov via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
My build host is x86_64 and i want to use it to build aarch64 applications.<br>
I'm a little bit stacked with building compiler-rt for aarch64. First of all<br>
I built llvm/cland/lld (4.0) for aarch64, with the following commands:<br>
 $ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release<br>
-DLLVM_TARGETS_TO_BUILD="<wbr>AArch64" ../llvm<br>
 $ make<br>
<br>
How can i build the compiler-rt library on this host using the llvm/clang/lld<br>
i built before? I tried different cmake variables, but it always finds only one<br>
x86_64 supported target. It seems to me that i'm missing something. I have<br>
no access to the aarch64 built host.<br>
<br>
Regards, Dima.<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">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/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>