[libc-dev] libc for the AArch64 target support

Itaru Kitayama via libc-dev libc-dev at lists.llvm.org
Wed Nov 27 15:29:35 PST 2019


Is there a Ninja target like

ninja check-llvmlibc

?

On Thu, Nov 28, 2019 at 2:48 AM Siva Chandra <sivachandra at google.com> wrote:

> On Wed, Nov 27, 2019 at 9:00 AM Itaru Kitayama via libc-dev
> <libc-dev at lists.llvm.org> wrote:
> >
> > Hi,
> > I am wondering if the community has been through or still working on
> > the libc port to AArch64.
> >
> > On ThunderX2 I am trying to build the project together with others, but
> > it is slow and not sure if the build was a success.
>
> Realistically, the libc project just started. Barring few examples
> showcasing how we want to build this libc, there isn't much available.
> However, if you are on Linux, you should be able to build what is
> present. The libc itself will not take very long to build. Can you
> try:
>
> $> cmake ../llvm -G Ninja -DLLVM_ENABLE_PROJECTS="libc;llvm"
> $> ninja llvmlibc
>
> Thanks,
> Siva Chandra
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libc-dev/attachments/20191128/c015ab31/attachment.html>


More information about the libc-dev mailing list