[Lldb-commits] [PATCH] D32434: ObjectFileELF: Fix symbol lookup in bss section

Eugene Zemtsov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 24 12:53:25 PDT 2017


eugene added a comment.

Is it  really necessary to check in binary ELF files? 
I understand that we don't always have a C compiler capable of producing ELF files, but maybe it's ok to skip this test on those platforms.


https://reviews.llvm.org/D32434





More information about the lldb-commits mailing list