[all-commits] [llvm/llvm-project] aea066: [lldb][test] Use tools from llvm instead of compil...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Wed Sep 25 07:19:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aea06684992873f70c5834e2f455f913e5b8d671
https://github.com/llvm/llvm-project/commit/aea06684992873f70c5834e2f455f913e5b8d671
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M lldb/packages/Python/lldbsuite/test/builders/builder.py
M lldb/packages/Python/lldbsuite/test/configuration.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/test/API/functionalities/archives/Makefile
Log Message:
-----------
[lldb][test] Use tools from llvm instead of compiler tools (#109961)
In #102185, toolchain detection for API tests has been rewritten in
Python. Tools paths for tests there are determined from compiler path.
Here tools are taken from `--llvm-tools-dir` dotest.py argument, which
by default refers to the LLVM build directory, unless they are
explicitly redefined in environment variables. It helps to minimize
external dependencies and to maximize the reproducibility of the build.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list