[all-commits] [llvm/llvm-project] 7cabcd: [debuginfo-tests] Use built lldb for testing if av...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Wed Mar 19 12:43:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cabcdb2d29ce70aab1a8ad38f66015a7c901133
https://github.com/llvm/llvm-project/commit/7cabcdb2d29ce70aab1a8ad38f66015a7c901133
Author: Augusto Noronha <anoronha at apple.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M cross-project-tests/debuginfo-tests/llgdb-tests/llgdb.py
M cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[debuginfo-tests] Use built lldb for testing if available (#131681)
The cross-project-tests's debuginfo-tests don't rely on lldb being built
to run. While this is a good, a bug in the system lldb can cause a test
to fail with no way of fixing it. This patch makes it so the tests use
the built lldb instead if it's available.
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