[Lldb-commits] [PATCH] D133075: Fix lldb-dotest when dotest_args_str is empty

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 31 17:38:10 PDT 2022


jingham added a comment.

Or really, we split the string, resulting in an empty array, and apparently `cmd.extend([])` adds an empty argument.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133075



More information about the lldb-commits mailing list