From 58aad06f14c3f0fcedf39569c083a7f34c09fec4 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 20 Dec 2019 20:27:32 +0100 Subject: [PATCH] [DI] compilation unit generated on file compilation, instead of file reference --- .../kotlin/backend/konan/llvm/IrToBitcode.kt | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) 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 61c2f0d5363..afdc47c0b48 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 @@ -501,7 +501,20 @@ internal class CodeGeneratorVisitor(val context: Context, val lifetimes: Map