Chih-Hung Hsieh | 43f0694 | 2019-12-19 15:01:08 -0800 | [diff] [blame^] | 1 | # llvm-strings - print strings |
2 | |||||
3 | ## SYNOPSIS | ||||
4 | |||||
5 | **llvm-strings** [*options*] | ||||
6 | |||||
7 | ## DESCRIPTION | ||||
8 | |||||
9 | **llvm-strings** is a tool that prints strings in object files. The goal is to | ||||
10 | make it a drop-in replacement for GNU's **size**. |