[Lldb-commits] [PATCH] D40468: DWZ 01/07: Support reading section ".gnu_debugaltlink"

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 27 02:02:23 PDT 2018


labath accepted this revision.
labath added a comment.

Awesome, thanks. I think we can get this one out of the way.

In https://reviews.llvm.org/D40468#1080136, @jankratochvil wrote:

> Added `lit/Modules/dwarf-gnu-debugaltlink.yaml`. I do not see its test success anywhere but when I make it fail I see its failure in `make check-lldb` stdout/stderr.


That's supposed to happen. To see passing tests you need to run lit in the verbose mode.

> Curiously its simulated failure does not appear in `make check-lit`.

check-lit is a lit-selftest. This test should not be run as a part of that. Did you perhaps mean check-lldb-lit (which should probably be removed because it's now practically an alias for check-lldb)?


https://reviews.llvm.org/D40468





More information about the lldb-commits mailing list