Skip to content

Commit

Permalink
Update src/main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 14accd4 commit 15d7546
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ static void optimize(LLVMModuleRef module, int level)
LLVMDisposePassManager(pm);
}

/* Sync with tests/should_succeed/compiler_cli.jou */
static const char help_fmt[] =
"Usage:\n"
" <argv0> [-o OUTFILE] [-O0|-O1|-O2|-O3] [--verbose] [--linker-flags \"...\"] FILENAME\n"
Expand Down

0 comments on commit 15d7546

Please sign in to comment.