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:
copilot-swe-agent[bot]
2025-08-18 09:14:39 +00:00
parent f4988985a7
commit e74a9f621e
8 changed files with 361 additions and 2 deletions

View File

@ -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(