[Lldb-commits] [PATCH] D47646: [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 1 13:02:46 PDT 2018


vsk added a comment.

In https://reviews.llvm.org/D47646#1119479, @stella.stamenova wrote:

> In https://reviews.llvm.org/D47646#1119471, @vsk wrote:
>
> > In https://reviews.llvm.org/D47646#1119396, @stella.stamenova wrote:
> >
> > > While you are at it, can you make sure this works on Windows? The current version of the test that is checked in fails.
> >
> >
> > Sorry about that. Could you point me to the error message?
>
>
> "Cannot use process to test IRMemoryMap"


Hm, I'm afraid this just tells us that the debugger either failed to create a process, or that the process is not alive / incapable of JIT'ing. As I don't have a Windows machine on hand, I can't dig into this further. Would you mind taking a look? I can simply disable these tests on Windows for now.


https://reviews.llvm.org/D47646





More information about the lldb-commits mailing list