From df91304d546836ce9dc8072fc2ef69652774c6a5 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 19 Nov 2018 14:25:39 +0300 Subject: [PATCH] [codegen][debug-info] paramter's index begins with 1. --- .../src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt index b89786c1119..5fee4856486 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt @@ -1261,7 +1261,7 @@ internal class CodeGeneratorVisitor(val context: Context, val lifetimes: Map