Implemented code generation of combined IR of all libraries
This commit is contained in:
@@ -81,7 +81,7 @@ class Distribution(
|
||||
|
||||
fun runtime(target: KonanTarget) = runtimeFileOverride ?: "$stdlib/targets/${target.visibleName}/native/runtime.bc"
|
||||
|
||||
val launcherFiles = listOf("start.bc", "launcher.bc")
|
||||
val launcherFiles = listOf("launcher.bc")
|
||||
|
||||
val dependenciesDir = DependencyProcessor.defaultDependenciesRoot.absolutePath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user