[Lldb-commits] [PATCH] D65432: [lldb] [test/lldb-vscode] Use realpath to match vscode behavior

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 00:30:21 PDT 2019


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

LG, just please replace `os.path.split(foo)[0]` by `os.path.dirname(foo)`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65432/new/

https://reviews.llvm.org/D65432





More information about the lldb-commits mailing list