[Lldb-commits] [PATCH] D112212: [lldb/test] Print build commands in trace mode

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 24 23:56:32 PDT 2021


teemperor added a comment.

Given that `shlex.join` is only used for making the diagnostics copy-pastable into the terminal, we could probably get away by just making it use the normal string conversion of list or something like `" ".join(...)`. I don't think we have anyone that really debugs tests in Python2 builds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112212



More information about the lldb-commits mailing list