[llvm-commits] RFC: new tool: llvm-strings

Sean Silva silvas at purdue.edu
Mon Nov 12 13:45:01 PST 2012


It might be best if you start off with just the basic "look for
strings in blob" functionality as the first cut. Then you can build on
that a feature at a time with nice focused patches that are easy to
review. The current patch has huge amount of style violations (like
one per line); make sure to read through [1] and follow it.

[1] <http://llvm.org/docs/CodingStandards.html#mechanical-source-issues>

-- Sean Silva

On Mon, Nov 12, 2012 at 10:58 AM, Marshall Clow <mclow.lists at gmail.com> wrote:
> Here's a first cut at a "strings" tool for LLVM.
>
> It is currently missing one feature: the ability to dump the strings from a single object file in an archive.
> There are also some 80 column style violations in the source.
>
> I'll be fixing both of those and re-posting soon - but I'm posting now this to get feedback - to see if anyone thinks that I'm missing (any other) stuff.
>
> Thanks!
>
> -- Marshall
>
> Marshall Clow     Idio Software   <mailto:mclow.lists at gmail.com>
>
> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
>         -- Yu Suzuki
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list