[KLIB] Add flag to select between per-file and monolithic layout

This commit is contained in:
Roman Artemev
2019-09-11 17:38:42 +03:00
committed by romanart
parent 444ecc0981
commit e6c855111e
4 changed files with 51 additions and 7 deletions
@@ -91,6 +91,7 @@ internal class K2MetadataKlibSerializer(private val metadataVersion: BuiltInsBin
destDir.absolutePath,
configuration[CommonConfigurationKeys.MODULE_NAME]!!,
nopack = true,
perFile = false,
manifestProperties = null,
dataFlowGraph = null,
builtInsPlatform = BuiltInsPlatform.COMMON