teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land.
Thanks! ================ Comment at: lldb/packages/Python/lldbsuite/support/seven.py:54 + +def join_for_shell(split_command): + return " ".join([shlex.quote(part) for part in split_command]) ---------------- ``` TODO: Replace this with `shlex.join` when minimum Python version is >= 3.8 ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112802/new/ https://reviews.llvm.org/D112802 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits