[all-commits] [llvm/llvm-project] 55e7d9: [lldb] Dervice dotest.py path from config.lldb_src...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 28 15:46:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55e7d91072e865d36953e91a7b2c8bfc219464d6
      https://github.com/llvm/llvm-project/commit/55e7d91072e865d36953e91a7b2c8bfc219464d6
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

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

  Log Message:
  -----------
  [lldb] Dervice dotest.py path from config.lldb_src_root (NFC)


  Commit: 141c8475b693e245388cf7a4ac9ec17303988700
      https://github.com/llvm/llvm-project/commit/141c8475b693e245388cf7a4ac9ec17303988700
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
    M lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py

  Log Message:
  -----------
  [lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR in dotest

This patch removes the rather confusing LLDB_LIB_DIR and LLDB_IMPLIB_DIR
environment variables. They are confusing because LLDB_LIB_DIR would
point to the bin subdirectory in the build root while LLDB_IMPLIB_DIR
would point to the lib subdirectory. The reason far this was
LLDB.framework, which gets build under bin.

This patch replaces their uses with configuration.lldb_framework_path
and configuration.lldb_libs_dir respectively.

Differential revision: https://reviews.llvm.org/D86817


Compare: https://github.com/llvm/llvm-project/compare/2d1362e09af2...141c8475b693


More information about the All-commits mailing list