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

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 4 09:50:32 PDT 2018


stella.stamenova added a comment.

In https://reviews.llvm.org/D47646#1120498, @labath wrote:

> Looks great, thanks for doing this.
>
> As far as windows goes, I believe that there we simply don't have the memory allocation part implemented, so it's not surprising that these tests fail. It may be possible that the host-only tests would work (if you remove the `CanJIT` check in lldb-test), but I can't say that for sure.


I believe you are correct about the implementation - the failure occurs before CanJit is even called though, so I don't know if any of the tests can run on Windows today.


https://reviews.llvm.org/D47646





More information about the lldb-commits mailing list