[PATCH] D27675: llvm-bcanalyzer - added new option

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 11:12:10 PST 2016


mehdi_amini added a comment.

Since you mention the GNU `strings` tool, the way we usually approach this is by providing a full replacement for the tool: i.e. llvm-strings that would work on any file format including bitcode. Are you interested in giving it a shot?


https://reviews.llvm.org/D27675





More information about the llvm-commits mailing list