[all-commits] [llvm/llvm-project] 81fc1b: [lldb/Utils] Patch all variables used by lldb-dotest

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 15 15:17:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 81fc1be601e7a8b73b675d318af9b1ba046fb5f5
      https://github.com/llvm/llvm-project/commit/81fc1be601e7a8b73b675d318af9b1ba046fb5f5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M lldb/utils/lldb-dotest/CMakeLists.txt

  Log Message:
  -----------
  [lldb/Utils] Patch all variables used by lldb-dotest

Instead of passing all the arguments for dotest.py as a single CMake
variable, lldb-dotest now uses separate variables for the different test
binaries. Before this change they'd all get patched as part of the
LLDB_DOTEST_ARGS. We need to patch the new variables as well.




More information about the All-commits mailing list