[K/N][codegen] Fixed improper linkage for private function
#KT-53346 Fixed
This commit is contained in:
+2
@@ -459,6 +459,8 @@ internal class RTTIGenerator(override val context: Context) : ContextUtils {
|
||||
""
|
||||
) {
|
||||
ret(getObjectValue(value, ExceptionHandler.Caller, startLocationInfo = null))
|
||||
}.also {
|
||||
LLVMSetLinkage(it, LLVMLinkage.LLVMPrivateLinkage)
|
||||
}
|
||||
|
||||
Struct(runtime.associatedObjectTableRecordType, key.typeInfoPtr, constPointer(associatedObjectGetter))
|
||||
|
||||
Reference in New Issue
Block a user