[Lldb-commits] [lldb] [lldb] Read Checksum from DWARF line tables (PR #71458)

via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 9 12:55:15 PST 2023


dyung wrote:

For completeness, here is where I forced a build of the commit immediately preceding yours:
https://lab.llvm.org/buildbot/#/builders/217/builds/30986
Note the git checkout step:
```
...
 using PTY: False
2984156fd34a6969c7461b228d90b72711e3797c
program finished with exit code 0
...
```
That run completed successfully.

Then I forced a run with only your changes in https://lab.llvm.org/buildbot/#/builders/217/builds/30987
git checkout output:
```
...
 using PTY: False
5da98dec7ab8c3adc3f70147ea666428431adf34
program finished with exit code 0
...
```
That run had 59 failures.

https://github.com/llvm/llvm-project/pull/71458


More information about the lldb-commits mailing list