[Lldb-commits] [PATCH] D40616: ObjectFileELF: Add support for compressed sections
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 29 11:01:44 PST 2017
zturner added a comment.
It's too bad this has to be written as a unit test, because this would be the perfect candidate for a FileCheck style test.
Probably a long shot, but have you tried the llvm-lit project? Last time I tried it, it basically worked, but there were only a handful of tests in it. It might be possible to write a test in such a way that it invokes `lldb` with a `.lldbinit` file which enables logging to a file, ends with the `quit` command, and then FileChecks the log file.
https://reviews.llvm.org/D40616
More information about the lldb-commits
mailing list