blob: 0dce15c8f508eeb1fd522793a6dc4c6e83b7eb2c (
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`.
|