standalone: Update help text for `--emit-llvm`

David Mak 2023-10-13 15:00:39 +08:00
parent d7dfab863a
commit 625ce12383
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ struct CommandLineArgs {
opt_level: u32,
/// Whether to emit LLVM IR at the end of every module.
///
/// If multithreaded compilation is also enabled, each thread will emit its own module.
#[arg(long, default_value_t = false)]
emit_llvm: bool,