mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-23 15:36:38 +00:00

It was causing some errors like: Encoding error: 'ascii' codec can't decode byte 0xe2 in position 341: ordinal not in range(128) The full traceback has been saved in /tmp/sphinx-err-y2fq4dtb.log, if you want to report the issue to the developers. llvm-svn: 369644
16 lines
306 B
ReStructuredText
16 lines
306 B
ReStructuredText
llvm-strings - print strings
|
|
============================
|
|
|
|
.. program:: llvm-strings
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
:program:`llvm-strings` [*options*]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
:program:`llvm-strings` is a tool that prints strings in files. The goal is to
|
|
make it a drop-in replacement for GNU's :program:`strings`.
|