search for: libcxx_emulator

Displaying 2 results from an estimated 2 matches for "libcxx_emulator".

2014 Sep 08
2
[LLVMdev] QEMU testing for LIT execution tests
...on the linux machine such that test compilation happens on the windows machine and test execution happens on arm hardware or qemu (where qemu is running on either the windows machine, or the linux machine, depending on how the lit.site.cfg is set up). Jon > > For libcxx, how about adding LIBCXX_EMULATOR, and then changing > lit.cfg to acknowledge it when invoking executables? You'd then put > your ssh functionality in a standalone script. If a command-line > interface is too inflexible (or painful), perhaps add a > LIBCXX_PY_EMULATOR variable that points to a Python module. >...
2014 Sep 08
2
[LLVMdev] QEMU testing for LIT execution tests
On 9/8/14, 12:39 PM, Greg Fitzgerald wrote: > Hi Jon, > > Compiler-rt, libcxx, libcxxabi should all use the same > cross-compilation testing strategy. Compiler-rt already has a working > solution. If it is inadequate for libcxx or libcxxabi, can we start > by addressing those deficiencies? One issue to start with is that none of the libcxx/libcxxabi tests have RUN lines. All