[libcxx-commits] [PATCH] D96267: [libcxx] Move Linaro AArch64 buildbots to buildkite

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 2 07:36:38 PST 2021


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

Excellent, this LGTM! Thanks a lot!

Do you have commit access?



================
Comment at: libcxx/cmake/caches/AArch64.cmake:2-3
+set(LIBCXXABI_USE_LLVM_UNWINDER ON CACHE BOOL "")
+set(CMAKE_C_FLAGS "-mcpu=cortex-a57" CACHE STRING "")
+set(CMAKE_CXX_FLAGS "-mcpu=cortex-a57" CACHE STRING "")
----------------
Non blocking question: Is it possible to use something like `--target` instead? Could we set `LIBCXX_TARGET_TRIPLE` instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96267



More information about the libcxx-commits mailing list