We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799fb8f commit 6f6bc85Copy full SHA for 6f6bc85
effekt/jvm/src/main/scala/effekt/EffektConfig.scala
@@ -68,7 +68,7 @@ class EffektConfig(args: Seq[String]) extends REPLConfig(args.takeWhile(_ != "--
68
69
val llvmVersion: ScallopOption[String] = opt[String](
70
"llvm-version",
71
- descr = "the llvm version that should be used to compile the generated programs (only necessary if backend is llvm, defaults to 15)",
+ descr = "the llvm version that should be used to compile the generated programs (only necessary if backend is llvm, defaults to 18)",
72
default = Some(sys.env.getOrElse("EFFEKT_LLVM_VERSION", "18")),
73
noshort = true,
74
group = advanced
0 commit comments