[lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR in dotest
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 28 Aug 2020 22:43:35 +0000 (15:43 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 28 Aug 2020 22:45:54 +0000 (15:45 -0700)
commit141c8475b693e245388cf7a4ac9ec17303988700
tree15f9075c82817283d7be0c1f05fb6f4966fde288
parent55e7d91072e865d36953e91a7b2c8bfc219464d6
[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
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py