[libc-commits] [PATCH] D81533: [libc] Add a simple linux aarch64 config.

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 9 23:58:00 PDT 2020


abrachet accepted this revision.
abrachet added a comment.
This revision is now accepted and ready to land.

This makes sense to me. We should look to do this later then. It makes sense to move on now.

I actually looked into how we could avoid having separate `api.td` files but `TableGen` only accepts one input file per invocation right now and the include wasn't very ergonomic. But yes this is also something we would need to look at.

If it's not too much trouble maybe the changes to LLVMLibCCheckCpuFeatures.cmake could be in a separate commit for the blame, as far as I can see it isn't related to adding AArch64 support, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81533/new/

https://reviews.llvm.org/D81533





More information about the libc-commits mailing list