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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 11 15:53:15 PDT 2016


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

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"`


https://reviews.llvm.org/D25486





More information about the lldb-commits mailing list