[Test] Implement classic & Fir Native KLIB facades for test infra

With these test facades it would be possible to serialize Native
test modules to KLIBs.

^KT-65117
This commit is contained in:
Dmitriy Dolovov
2024-01-23 16:10:19 +01:00
committed by Space Team
parent 9a2d748817
commit 05628660ba
5 changed files with 226 additions and 10 deletions
@@ -44,7 +44,7 @@ class KonanLibraryWriterImpl(
fun buildLibrary(
natives: List<String>,
included: List<String>,
linkDependencies: List<KonanLibrary>,
linkDependencies: List<KotlinLibrary>,
metadata: SerializedMetadata,
ir: SerializedIrModule?,
versions: KotlinLibraryVersioning,