[all-commits] [llvm/llvm-project] cf9584: [lldb/Utils] Patch all variables used by lldb-dote...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 15 16:01:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cf958498c4b49447ab1ba6bb61a7d8816d306107
      https://github.com/llvm/llvm-project/commit/cf958498c4b49447ab1ba6bb61a7d8816d306107
  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 (2/2)

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.


  Commit: eac134ddf0344ff44bcd6a6285b6498e080cd1e3
      https://github.com/llvm/llvm-project/commit/eac134ddf0344ff44bcd6a6285b6498e080cd1e3
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M lldb/test/API/CMakeLists.txt

  Log Message:
  -----------
  [lldb/Utils] Patch all variables used by lit (3/3)

Instead of passing all the arguments for dotest.py as a single CMake
variable, lit 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.


Compare: https://github.com/llvm/llvm-project/compare/8b417dd3d6c6...eac134ddf034


More information about the All-commits mailing list