[Lldb-commits] [PATCH] D40616: ObjectFileELF: Add support for compressed sections
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 29 11:17:00 PST 2017
davide added a comment.
Another very good reason for writing a `FileCheck` test rather than a unittest is that writing unittest is tedious :)
In particular for new contributors, FileCheck tests are much easier to write and in this case testing the API surface doesn't seem to add much value.
https://reviews.llvm.org/D40616
More information about the lldb-commits
mailing list