mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
fix typo
This commit is contained in:
parent
0a813be3ee
commit
7ab15143eb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use roc_mono::ir::OptLevel;
|
|||
|
||||
// generated using "opt --passes="default<Oz>" --print-pipeline-passes example.ll"
|
||||
//
|
||||
// we also include a "globaldce" pass at the beggining of each pipeline here, which is required
|
||||
// we also include a "globaldce" pass at the beginning of each pipeline here, which is required
|
||||
// to prevent bugs with the surgical linker, and also improves the build time.
|
||||
pub fn get_llvm_passes_str(opt_level: OptLevel) -> &'static str {
|
||||
match opt_level {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue