opt(2) - man - phpman

Look up a command

 

Not found locally for opt. Try Google search | cheat.sh


TLDR: opt (tldr-pages)

Run optimizations and analyze LLVM source files.

  • Run an optimization or analysis on a bitcode file
    opt -{{passname}} {{path/to/file.bc}} -S -o {{file_opt.bc}}
  • Output the Control Flow Graph of a function to a `.dot` file
    opt {{dot-cfg}} -S {{path/to/file.bc}} -disable-output
  • Optimize the program at level 2 and output the result to another file
    opt -O2 {{path/to/file.bc}} -S -o {{path/to/output_file.bc}}
intro (2)            - introduction to system calls

Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 12:35 @216.73.216.151 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!