From 9cca1f183a2e5d6b131cc2fabd246f8908021902 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 2 Nov 2017 17:12:34 +0000 Subject: [dsymutil] Add a manpage for dsymutil git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317221 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CommandGuide/index.rst') diff --git a/docs/CommandGuide/index.rst b/docs/CommandGuide/index.rst index 5a0a98ceb1f..a706ba1d675 100644 --- a/docs/CommandGuide/index.rst +++ b/docs/CommandGuide/index.rst @@ -30,6 +30,7 @@ Basic Commands llvm-stress llvm-symbolizer llvm-dwarfdump + llvm-dsymutil Debugging Tools ~~~~~~~~~~~~~~~ -- cgit v1.2.3 From 2f759d471a7e20388901944f6b64d6c74c8a00ae Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 2 Nov 2017 18:44:54 +0000 Subject: [dsymutil][doc] Improve wording in manpage and rename file. - Improve wording - Rename llvm-dsymutil to dsymutil - Name -arch= argument Differential revision: https://reviews.llvm.org/D39561 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317226 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandGuide/index.rst') diff --git a/docs/CommandGuide/index.rst b/docs/CommandGuide/index.rst index a706ba1d675..805df00c173 100644 --- a/docs/CommandGuide/index.rst +++ b/docs/CommandGuide/index.rst @@ -30,7 +30,7 @@ Basic Commands llvm-stress llvm-symbolizer llvm-dwarfdump - llvm-dsymutil + dsymutil Debugging Tools ~~~~~~~~~~~~~~~ -- cgit v1.2.3