mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 04:25:45 -04:00

Summary: Linking between markdown and rst files is currently not supported very well, e.g. the current llvm-addr2line docs [1] link to "llvm-symbolizer" instead of "llvm-symbolizer.html". This is weirdly broken in different ways depending on which versions of sphinx and recommonmark are being used, so workaround the bug by using rst everywhere. [1] http://llvm.org/docs/CommandGuide/llvm-addr2line.html Reviewers: jhenderson Reviewed By: jhenderson Subscribers: lebedev.ri, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66305 llvm-svn: 369553
16 lines
325 B
ReStructuredText
16 lines
325 B
ReStructuredText
llvm-size - print size information
|
||
==================================
|
||
|
||
.. program:: llvm-size
|
||
|
||
SYNOPSIS
|
||
--------
|
||
|
||
:program:`llvm-size` [*options*]
|
||
|
||
DESCRIPTION
|
||
-----------
|
||
|
||
:program:`llvm-size` is a tool that prints size information for object files.
|
||
The goal is to make it a drop-in replacement for GNU’s :program:`size`.
|