[libcxx-commits] [PATCH] D155521: Run picolibc tests with qemu
Michael Platings via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 19 04:19:01 PDT 2023
michaelplatings added inline comments.
================
Comment at: libcxx/utils/run-qemu.sh:16
+ -chardev stdio,mux=on,id=stdio0 \
+ -semihosting-config enable=on,chardev=stdio0 \
+ -monitor none \
----------------
arichardson wrote:
> The `arg=` semihosting flag can be used to create argv.
Thanks, I didn't know qemu had that option.
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