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 b8cef7fc9eb..fe751ca1d6b 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 @@ -33,9 +33,9 @@ internal fun emitLLVM(context: Context) { val irModule = context.irModule!! // Note that we don't set module target explicitly. - // It is determined by the target of runtime.bc + // It is determined by the target of runtime.bc // (see Llvm class in ContextUtils) - // Which in turn is determined by the clang flags + // Which in turn is determined by the clang flags // used to compile runtime.bc. val llvmModule = LLVMModuleCreateWithName("out")!! // TODO: dispose context.llvmModule = llvmModule diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/NameUtils.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/NameUtils.kt new file mode 100644 index 00000000000..e69de29bb2d