[K/N] Update documentation on building and using LLVM

This commit is contained in:
Sergey Bogolepov
2022-04-18 18:15:41 +03:00
committed by Space
parent 404cc54bd4
commit 21399b4edd
4 changed files with 27 additions and 73 deletions
@@ -343,7 +343,7 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
@Argument(
value = "-Xllvm-variant",
valueDescription = "{dev|user}",
valueDescription = "{dev|user|absolute path to llvm}",
description = "Choose LLVM distribution which will be used during compilation."
)
var llvmVariant: String? = null