[libcxx-commits] [PATCH] D155521: Run picolibc tests with qemu
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 9 16:29:00 PDT 2023
arichardson added inline comments.
================
Comment at: libcxx/utils/run-qemu.sh:19
+
+"${QEMU_EXECUTABLE}" \
+ -chardev stdio,mux=on,id=stdio0 \
----------------
arichardson wrote:
> 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=...`
Done as part of https://github.com/llvm/llvm-project/pull/68643, let me know if that works for you?
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