[KLIB] Compute relative path instead of absolute if relative base is provided

- normalize  path if required
 - path it in JS/Native
 - path null for JVM (temporary)
 - fix build
This commit is contained in:
Roman Artemev
2021-11-24 19:26:03 +03:00
committed by teamcity
parent a68eabac0a
commit fb84287ae0
12 changed files with 81 additions and 21 deletions
@@ -529,7 +529,9 @@ class GenerateIrRuntime {
module.irBuiltins,
mutableMapOf(),
CompatibilityMode.CURRENT,
true
skipExpects = true,
normalizeAbsolutePaths = false,
emptyList()
).serializedIrModule(module)
return serializedIr
}