[KLIB] Mark DFG serialization code as unused and planned for removal
^KT-66218
This commit is contained in:
committed by
Space Team
parent
d8d8f24f62
commit
4e5a36de18
+1
-1
@@ -63,7 +63,7 @@ class KotlinFileSerializedData private constructor(
|
||||
class SerializerOutput<Dependency : KotlinLibrary>(
|
||||
val serializedMetadata: SerializedMetadata?,
|
||||
val serializedIr: SerializedIrModule?,
|
||||
val dataFlowGraph: ByteArray?,
|
||||
val dataFlowGraph: ByteArray?, // TODO (KT-66218): remove this property
|
||||
val neededLibraries: List<Dependency>,
|
||||
)
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ fun buildKotlinLibrary(
|
||||
nopack: Boolean,
|
||||
perFile: Boolean,
|
||||
manifestProperties: Properties?,
|
||||
dataFlowGraph: ByteArray?,
|
||||
dataFlowGraph: ByteArray?, // TODO (KT-66218): remove this property
|
||||
builtInsPlatform: BuiltInsPlatform,
|
||||
nativeTargets: List<String> = emptyList()
|
||||
): KotlinLibraryLayout {
|
||||
|
||||
@@ -54,7 +54,7 @@ fun buildLibrary(
|
||||
nopack: Boolean,
|
||||
shortName: String?,
|
||||
manifestProperties: Properties?,
|
||||
dataFlowGraph: ByteArray?
|
||||
dataFlowGraph: ByteArray? // TODO (KT-66218): remove this property
|
||||
): KonanLibraryLayout {
|
||||
|
||||
val libFile = File(output)
|
||||
|
||||
Reference in New Issue
Block a user