[libcxx-commits] [libcxx] [runtimes] Add a qemu-system executor	script (PR #68643)
    Dominik Wójt via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Nov  8 05:20:56 PST 2023
    
    
  
https://github.com/domin144 commented:
Hi @arichardson,
I run the tests from https://reviews.llvm.org/D155521, with this script and it works. I had to do two workarounds though.
- I had to avoid feature from python above 3.8 (see comment inline)
- I had to update picolibc - older one used different numeration of arguments in `argv`
I am happy to rebase and use the new script in the picolibc tests review, when this script is merged.
https://github.com/llvm/llvm-project/pull/68643
    
    
More information about the libcxx-commits
mailing list