[all-commits] [llvm/llvm-project] db322b: [lldb] Fix libcxx configuration in dotest.py (#151...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 29 17:37:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db322be91bdee2419eba30a850785098f321a814
https://github.com/llvm/llvm-project/commit/db322be91bdee2419eba30a850785098f321a814
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
Log Message:
-----------
[lldb] Fix libcxx configuration in dotest.py (#151258)
We emit a warning when running the test suite remotely that says the
libcxx arguments will be ignored, but because they're set outside the
conditional block, we're not actually do this. Fix the logic by moving
the configuration in the conditional else-block.
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