summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-cxxfilt.md
Commit message (Collapse)AuthorAgeFilesLines
* [docs][llvm-cxxfilt] Write llvm-cxxfilt documentationJames Henderson2019-06-251-10/+0
| | | | | | | | | | | | | There was a stub for llvm-cxxfilt, but it didn't describe the options. Additionally, it was in markdown, which was causing issues, so as discussed in https://reviews.llvm.org/D63211, this change replaces the existing stub with an RST file. Reviewed by: MaskRay, mattd Differential Revision: https://reviews.llvm.org/D63722 llvm-svn: 364287
* [docs] Add "GNU binutils Replacements" section to command guideJordan Rupprecht2019-06-111-0/+10
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
OpenPOWER on IntegriCloud