[Lldb-commits] [PATCH] D25486: Fix lookup path for lldb-mi

Vadim Macagon via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 11 20:12:55 PDT 2016


enlight added a comment.

In https://reviews.llvm.org/D25486#567722, @zturner wrote:

> Heh.  It just occurred to me that this is probably the reason why all of the `lldb-mi` tests fail on Windows.  Because `.exe` is not appended.  I'm not ready to turn that on and deal with all the failures just yet, but for now can you please add a `#TODO` right above this that says `"Append .exe on Windows"`


Yep, I had to fix this locally just the other day, but all the tests still fail :)


https://reviews.llvm.org/D25486





More information about the lldb-commits mailing list