[PL] Support handling IR error types
This commit is contained in:
committed by
Space Team
parent
161c3fccb6
commit
16da1af525
+6
-1
@@ -143,7 +143,12 @@ internal fun PsiToIrContext.psiToIr(
|
||||
stubGenerator = stubGenerator,
|
||||
cenumsProvider = irProviderForCEnumsAndCStructs,
|
||||
exportedDependencies = exportedDependencies,
|
||||
partialLinkageSupport = createPartialLinkageSupportForLinker(partialLinkageConfig, generatorContext.irBuiltIns, messageLogger),
|
||||
partialLinkageSupport = createPartialLinkageSupportForLinker(
|
||||
partialLinkageConfig = partialLinkageConfig,
|
||||
allowErrorTypes = false, // Kotlin/Native does not support error types.
|
||||
builtIns = generatorContext.irBuiltIns,
|
||||
messageLogger = messageLogger
|
||||
),
|
||||
cachedLibraries = config.cachedLibraries,
|
||||
lazyIrForCaches = config.lazyIrForCaches,
|
||||
libraryBeingCached = config.libraryToCache,
|
||||
|
||||
Reference in New Issue
Block a user