Implement LLVM backend basic structure - Phase 9.78 Week 1 foundation
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
@ -71,7 +71,7 @@ impl CliConfig {
|
||||
Arg::new("backend")
|
||||
.long("backend")
|
||||
.value_name("BACKEND")
|
||||
.help("Choose execution backend: 'interpreter' (default) or 'vm'")
|
||||
.help("Choose execution backend: 'interpreter' (default), 'vm', or 'llvm'")
|
||||
.default_value("interpreter")
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user