[all-commits] [llvm/llvm-project] dcab97: [lldb] [test] Pass LLVM_LIBS_DIR from CMake for li...
Michał Górny via All-commits
all-commits at lists.llvm.org
Wed Feb 5 09:33:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dcab9736f01bc19a4d8011e04b6be46df5942791
https://github.com/llvm/llvm-project/commit/dcab9736f01bc19a4d8011e04b6be46df5942791
Author: Michał Górny <mgorny at gentoo.org>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/configuration.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/dotest_args.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/lit.cfg.py
M lldb/test/API/lit.site.cfg.py.in
Log Message:
-----------
[lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldb
Pass the correct library directory from CMake to dotest.py when linking
liblldb, instead of trying to reconstruct the path from executable path.
This fixes link failures on platforms having non-null
LLVM_LIBDIR_SUFFIX.
Differential Revision: https://reviews.llvm.org/D73767
More information about the All-commits
mailing list