[all-commits] [llvm/llvm-project] 7ce92d: [lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certa...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jan 10 14:40:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ce92dc0b4bcc1044052a06df3f07a94eb890823
      https://github.com/llvm/llvm-project/commit/7ce92dc0b4bcc1044052a06df3f07a94eb890823
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/utils/lldb-dotest/lldb-dotest.in

  Log Message:
  -----------
  [lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)

Rather than serializing every argument through LLDB_TEST_COMMON_ARGS, we
can pass some of them directly using their CMake variable. Although this
does introduce some code duplication between lit's site config and the
lldb-dotest utility, it also means that it becomes easier to override
these values (WIP).




More information about the All-commits mailing list