[PATCH] D20273: [llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat May 21 03:25:14 PDT 2016
grimar added a comment.
I committed this using precompiled binary for testcase.
The reasons why I did not use llvm-mc were:
I found that testcases for llvm-readobj mostly uses precompiled objects. I didn't find llvm-mc
usings. Also, generating of compressed sections from llvm-mc depends on zlib. It is disabled
for windows atm and may be also disabled on unix. We probably do not want to have so many
excessive dependencies like asm->llvm-mc->zlib, for tools like readobj just to check the flags.
Repository:
rL LLVM
http://reviews.llvm.org/D20273
More information about the llvm-commits
mailing list