<div dir="ltr">Is there a Ninja target like<div><br></div><div>ninja check-llvmlibc</div><div><br></div><div>?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 28, 2019 at 2:48 AM Siva Chandra <<a href="mailto:sivachandra@google.com">sivachandra@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Nov 27, 2019 at 9:00 AM Itaru Kitayama via libc-dev<br>
<<a href="mailto:libc-dev@lists.llvm.org" target="_blank">libc-dev@lists.llvm.org</a>> wrote:<br>
><br>
> Hi,<br>
> I am wondering if the community has been through or still working on<br>
> the libc port to AArch64.<br>
><br>
> On ThunderX2 I am trying to build the project together with others, but<br>
> it is slow and not sure if the build was a success.<br>
<br>
Realistically, the libc project just started. Barring few examples<br>
showcasing how we want to build this libc, there isn't much available.<br>
However, if you are on Linux, you should be able to build what is<br>
present. The libc itself will not take very long to build. Can you<br>
try:<br>
<br>
$> cmake ../llvm -G Ninja -DLLVM_ENABLE_PROJECTS="libc;llvm"<br>
$> ninja llvmlibc<br>
<br>
Thanks,<br>
Siva Chandra<br>
</blockquote></div>