mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 11:01:01 +00:00
Update cheatsheets
This commit is contained in:
21
llvm-bcanalyzer
Normal file
21
llvm-bcanalyzer
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# llvm-bcanalyzer
|
||||
|
||||
> LLVM Bitcode (`.bc`) analyzer.
|
||||
> More information: <https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html>.
|
||||
|
||||
- Print statistics about a Bitcode file:
|
||||
|
||||
`llvm-bcanalyzer {{path/to/file.bc}}`
|
||||
|
||||
- Print an SGML representation and statistics about a Bitcode file:
|
||||
|
||||
`llvm-bcanalyzer -dump {{path/to/file.bc}}`
|
||||
|
||||
- Read a Bitcode file from `stdin` and analyze it:
|
||||
|
||||
`cat {{path/to/file.bc}} | llvm-bcanalyzer`
|
||||
Reference in New Issue
Block a user