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

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 29 23:05:43 PDT 2023


arichardson added inline comments.


================
Comment at: libcxx/utils/run-qemu.sh:19
+
+"${QEMU_EXECUTABLE}" \
+    -chardev stdio,mux=on,id=stdio0 \
----------------
I wonder if this should instead be a full executor such as qemu_system.py (similar to ssh.py) that accepts all the same flags and just requires something like `--qemu=qemu-system-arm --cpu=.. --machine=...`


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