From 992afd5aed16074b98ef1ee73836002396d0c6a0 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 13 Sep 2019 11:49:54 +0300 Subject: [PATCH] [codegen] skip generation bodies of reified inline functions --- .../kotlin/backend/konan/llvm/IrToBitcode.kt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 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 fa37a8dacd6..811dc419b52 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 @@ -639,7 +639,8 @@ internal class CodeGeneratorVisitor(val context: Context, val lifetimes: Map