Displaying 2 results from an estimated 2 matches for "libcxx_py_emul".
2014 Sep 08
2
[LLVMdev] QEMU testing for LIT execution tests
...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.
>
> -Greg
>
>
> On Mon, Sep 8, 2014 at 12:49 PM, Jonathan Roelofs
> <jonathan at codesourcery.com> wrote:
>>
>>
>> On 9/8/14, 12:39 PM, Greg Fitzgerald wrote:
>>>
>>> Hi Jon,
>>>
>&g...
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