[KLIB] Pass containsErrorCode flag from library/IC cache into deserializer
- Make deserializer track whether error node are allowed.
This commit is contained in:
@@ -78,3 +78,6 @@ val KotlinLibrary.exportForwardDeclarations: List<String>
|
||||
|
||||
val BaseKotlinLibrary.nativeTargets: List<String>
|
||||
get() = manifestProperties.propertyList(KLIB_PROPERTY_NATIVE_TARGETS)
|
||||
|
||||
val KotlinLibrary.containsErrorCode: Boolean
|
||||
get() = manifestProperties.getProperty(KLIB_PROPERTY_CONTAINS_ERROR_CODE) == "true"
|
||||
Reference in New Issue
Block a user