From 4c3722aea81a20a5de9b01eb5f68320f975c6209 Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Tue, 11 Jun 2019 21:13:01 +0000 Subject: [docs] Add "GNU binutils Replacements" section to command guide Summary: This splits out a section in the command guide for llvm tools that can be used as replacements for GNU tools. For pages that didn't exist, I added stub pages that can be individually filled in by followup patches. Tested by running `ninja docs-llvm-html` and inspecting locally. Reviewers: jhenderson, MaskRay, grimar, alexshap Reviewed By: jhenderson, MaskRay, grimar Subscribers: smeenai, arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63014 llvm-svn: 363100 --- llvm/docs/CommandGuide/llvm-strings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 llvm/docs/CommandGuide/llvm-strings.md (limited to 'llvm/docs/CommandGuide/llvm-strings.md') diff --git a/llvm/docs/CommandGuide/llvm-strings.md b/llvm/docs/CommandGuide/llvm-strings.md new file mode 100644 index 00000000000..b5871c4c319 --- /dev/null +++ b/llvm/docs/CommandGuide/llvm-strings.md @@ -0,0 +1,10 @@ +# llvm-strings - print strings + +## SYNOPSIS + +**llvm-strings** [*options*] + +## DESCRIPTION + +**llvm-strings** is a tool that prints strings in object files. The goal is to +make it a drop-in replacement for GNU's **size**. -- cgit v1.2.3