[K/N][IR][codegen] Build per-file dependencies for caches

This commit is contained in:
Igor Chevdar
2022-10-04 20:08:44 +03:00
committed by Space Team
parent a058fcb628
commit c88ac7cc86
30 changed files with 620 additions and 309 deletions
@@ -0,0 +1,14 @@
/*
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package kotlin.native.internal
//
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT
//
// This is a special fictitious file, mirroring native runtime.
// During cache building for stdlib, the compiler will link native runtime to the bitcode this file
// will be compiled to. The bitcode dependencies of this file will be generated by the compiler,
// containing all the files with either ExportTypeInfo or ExportForCppRuntime annotations.
//