Skip to content

Commit 6f6bc85

Browse files
committed
Edit description
1 parent 799fb8f commit 6f6bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

effekt/jvm/src/main/scala/effekt/EffektConfig.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class EffektConfig(args: Seq[String]) extends REPLConfig(args.takeWhile(_ != "--
6868

6969
val llvmVersion: ScallopOption[String] = opt[String](
7070
"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)",
71+
descr = "the llvm version that should be used to compile the generated programs (only necessary if backend is llvm, defaults to 18)",
7272
default = Some(sys.env.getOrElse("EFFEKT_LLVM_VERSION", "18")),
7373
noshort = true,
7474
group = advanced

0 commit comments

Comments
 (0)