Implemented code generation of combined IR of all libraries
This commit is contained in:
@@ -340,7 +340,6 @@ targetList.each { target ->
|
||||
task("${target}CrossDistRuntime", type: Copy) {
|
||||
dependsOn ":runtime:${target}Runtime"
|
||||
dependsOn ":backend.native:${target}Stdlib"
|
||||
dependsOn ":backend.native:${target}Start"
|
||||
|
||||
destinationDir distDir
|
||||
|
||||
@@ -357,10 +356,6 @@ targetList.each { target ->
|
||||
include('**')
|
||||
into(stdlib)
|
||||
}
|
||||
from(project(':runtime').file("build/${target}Start.bc")) {
|
||||
rename("${target}Start.bc", 'start.bc')
|
||||
into("konan/targets/$target/native")
|
||||
}
|
||||
if (target == 'wasm32') {
|
||||
into("$stdlib/targets/wasm32/included") {
|
||||
from(project(':runtime').file('src/main/js'))
|
||||
|
||||
Reference in New Issue
Block a user