[all-commits] [llvm/llvm-project] 911a4c: [lldb/Test] Fix API tests for mutli-config generators

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jan 16 22:31:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 911a4c4dda9b3e50d4b610d50cc6368433a67684
      https://github.com/llvm/llvm-project/commit/911a4c4dda9b3e50d4b610d50cc6368433a67684
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M lldb/test/API/lit.site.cfg.py.in

  Log Message:
  -----------
  [lldb/Test] Fix API tests for mutli-config generators

The build configuration wasn't properly substituted for the
config.lldb_executable variable. This broke when the variable was
extracted from config.dotest_args_str which was properly substituted.


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

  Changed paths:
    M lldb/CMakeLists.txt
    A lldb/utils/CMakeLists.txt

  Log Message:
  -----------
  [lldb/Cmake] Add a CMakeLists.txt to the utils directory...

... and include it from the main CMakeLists.txt instead of including the
utility subdirectories directly. This is consistent with the other
subdirectories and limits the scope of future changes.


Compare: https://github.com/llvm/llvm-project/compare/f6d6b98eec41...e1f6b68d1fd1


More information about the All-commits mailing list