[PATCH] D20466: [MC/ELF] - Fixed incorrect compression.s test
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 03:27:29 PDT 2016
grimar added a comment.
This seems to be the reason of why http://reviews.llvm.org/D20331 testcase passed fine, when it looks should have
been broken because of llvm-dwarfdump I think does not support "zlib" style format yet.
So I plan to fix that tool (and looks some others one too), will investigate how that should be done properly and where.
I guess LLVMObject is the place to look.
http://reviews.llvm.org/D20466
More information about the llvm-commits
mailing list