[K/N][IR][codegen] Build per-file dependencies for caches
This commit is contained in:
@@ -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.
|
||||
//
|
||||
Reference in New Issue
Block a user