blob: 92dcf4a571c5e998b2955341cf812ec2724a88ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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`.
|