💾 Archived View for freeshell.de › tldr › opt.gmi captured on 2023-11-04 at 12:43:59. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A tool that takes LLVM source files and runs specified optimizations and/or analyses on them.
opt -{passname} {path/to/file.bc} -S -o {file_opt.bc}
opt {-dot-cfg} -S {path/to/file.bc} -disable-output
opt -O2 {path/to/file.bc} -S -o {path/to/output_file.bc}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).