forked from M-Labs/nac3
standalone: Update help text for `--emit-llvm`
This commit is contained in:
parent
a50c690428
commit
950f431483
|
@ -48,6 +48,8 @@ struct CommandLineArgs {
|
||||||
opt_level: u32,
|
opt_level: u32,
|
||||||
|
|
||||||
/// Whether to emit LLVM IR at the end of every module.
|
/// 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)]
|
#[arg(long, default_value_t = false)]
|
||||||
emit_llvm: bool,
|
emit_llvm: bool,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue