diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt index fa12bf8de38..539e93427a6 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/DebugUtils.kt @@ -24,7 +24,7 @@ internal object DWARF { val producer = "konanc ${KonanVersion.CURRENT} / kotlin-compiler: ${KotlinVersion.CURRENT}" /* TODO: from LLVM sources is unclear what runtimeVersion corresponds to term in terms of dwarf specification. */ val runtimeVersion = 2 - val dwarfVersionMetaDataNodeName = "Dwarf Name".mdString() + val dwarfVersionMetaDataNodeName = "Dwarf Version".mdString() val dwarfDebugInfoMetaDataNodeName = "Debug Info Version".mdString() val dwarfVersion = 2 /* TODO: configurable? like gcc/clang -gdwarf-2 and so on. */ val debugInfoVersion = 3 /* TODO: configurable? */