diff options
author | Michael Trent <mtrent@apple.com> | 2018-08-08 14:39:22 +0000 |
---|---|---|
committer | Michael Trent <mtrent@apple.com> | 2018-08-08 14:39:22 +0000 |
commit | 4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6 (patch) | |
tree | 3316384bf2d86f7271417e39fd88317782894118 /llvm/docs/conf.py | |
parent | cd02f3147b16bce48b7973725e98005e141925a2 (diff) | |
download | bcm5719-llvm-4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6.tar.gz bcm5719-llvm-4a68586d9cee9b7137ebebf9fdf72d635e8c2fb6.zip |
Add a CommandGuide for llvm-objdump
Summary:
Add a CommandGuide for llvm-objdump summarizing its usage along with some
general context.
Reviewers: beanz
Reviewed By: beanz
Subscribers: Eugene.Zelenko, llvm-commits
Differential Revision: https://reviews.llvm.org/D50034
llvm-svn: 339250
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 8ead258a0ad..91c86569d8d 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -257,3 +257,6 @@ intersphinx_mapping = {} # Pygment lexer are sometimes out of date (when parsing LLVM for example) or # wrong. Suppress the warning so the build doesn't abort. suppress_warnings = [ 'misc.highlighting_failure' ] + +# Direct html-ified man pages to llvm.org +manpages_url = 'https://llvm.org/docs/CommandGuide/{page}.html' |