[libcxx-commits] [PATCH] D155521: Run picolibc tests with qemu

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 17 17:16:11 PDT 2023


philnik added inline comments.


================
Comment at: libcxx/CMakeLists.txt:480
+if (LIBCXX_INCLUDE_TESTS)
+  find_program(QEMU_SYSTEM_ARM qemu-system-arm)
+endif()
----------------
I'm not super happy with this. Could this instead be set through an environment variable when running the tests with `qemu-system-arm` as the default?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155521



More information about the libcxx-commits mailing list