[all-commits] [llvm/llvm-project] 3068d2: [lldb] Fix TestSBValueSynthetic on windows (#75908)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Dec 19 00:58:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3068d277fd5ad0590a11dcb23af170ab31d7bda0
https://github.com/llvm/llvm-project/commit/3068d277fd5ad0590a11dcb23af170ab31d7bda0
Author: Pavel Labath <pavel at labath.sk>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M lldb/test/API/python_api/sbvalue_synthetic/TestSBValueSynthetic.py
A lldb/test/API/python_api/sbvalue_synthetic/formatter.py
M lldb/test/API/python_api/sbvalue_synthetic/main.cpp
Log Message:
-----------
[lldb] Fix TestSBValueSynthetic on windows (#75908)
We don't have a std::vector formatter on windows, so use a custom
formatter in this test to avoid relying on std::vector.
More information about the All-commits
mailing list