[K/N] Used compiler_interface.bc instead of runtime.bc
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ internal class Llvm(val context: Context, val llvmModule: LLVMModuleRef) : Runti
|
|||||||
|
|
||||||
private val target = context.config.target
|
private val target = context.config.target
|
||||||
|
|
||||||
val runtimeFile = context.config.distribution.runtime(target)
|
val runtimeFile = context.config.distribution.compilerInterface(target)
|
||||||
override val runtime = Runtime(runtimeFile) // TODO: dispose
|
override val runtime = Runtime(runtimeFile) // TODO: dispose
|
||||||
|
|
||||||
val targetTriple = runtime.target
|
val targetTriple = runtime.target
|
||||||
|
|||||||
Reference in New Issue
Block a user