[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:07:01 PST 2017
zturner added a comment.
Note that there's no interactivity here. This is "feed some input, get some output, make sure the output is correct". That's exactly what FileCheck is designed for. This isn't even testing the public API, it's testing the private API. We should prefer testing the actual program in this case.
https://reviews.llvm.org/D40616
More information about the lldb-commits
mailing list