[Lldb-commits] [PATCH] D52139: [lldb-mi] Fix hanging of target-select-so-path.test

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 24 08:18:25 PDT 2018


teemperor added a comment.

Yeah, explicitly typing python2 is what I did to fix it. Not sure if that breaks other OSs though (e.g. if a system has no `python2` binary, but only `python`).

Also, that fix should be its own revision. It's not connected to the idea behind this revision from what I can see.


https://reviews.llvm.org/D52139





More information about the lldb-commits mailing list