mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-04 19:26:05 +00:00
11 lines
223 B
Markdown
11 lines
223 B
Markdown
![]() |
# llvm-size - print segment sizes
|
||
|
|
||
|
## SYNOPSIS
|
||
|
|
||
|
**llvm-size** [*options*]
|
||
|
|
||
|
## DESCRIPTION
|
||
|
|
||
|
**llvm-size** is a tool that prints segment sizes in object files. The goal is
|
||
|
to make it a drop-in replacement for GNU's **size**.
|