[Lldb-commits] [lldb] [LLDB] Set and verify paths of properties from tablegen (PR #179524)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 10 23:24:23 PST 2026
Michael137 wrote:
Seeing a bunch of failures on or bots:
```
06:00:17 Assertion failed: (properties->VerifyPath() && "Mismatch between parents from TableGen and actual parents"), function AppendProperty, file OptionValueProperties.cpp, line 63.
06:00:17 LLDB diagnostics will be written to /var/folders/mv/zx1wmyq532sf2h3kz69qvfhh0000gn/T/lit-tmp-ckvflsiv/diagnostics-20c0bf
06:00:17 Please include the directory content when filing a bug report
06:00:17 Assertion failed: (properties->VerifyPath() && "Mismatch between parents from TableGen and actual parents"), function AppendProperty, file OptionValueProperties.cpp, line 63.
06:00:17 LLDB diagnostics will be written to /var/folders/mv/zx1wmyq532sf2h3kz69qvfhh0000gn/T/lit-tmp-ckvflsiv/diagnostics-94bf29
06:00:17 Please include the directory content when filing a bug report
06:00:17 Traceback (most recent call last):
06:00:17 File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/test/API/dotest.py", line 8, in <module>
06:00:17 lldbsuite.test.run_suite()
```
Could you take a look?
https://github.com/llvm/llvm-project/pull/179524
More information about the lldb-commits
mailing list