[IR] Forbade backend checks for metadata klibs
This commit is contained in:
committed by
Stanislav Erokhin
parent
47c606f1eb
commit
590aa42f3d
+1
@@ -475,5 +475,6 @@ internal fun PhaseConfig.konanPhasesConfig(config: KonanConfig) {
|
|||||||
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
|
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
|
||||||
disableIf(destroySymbolTablePhase, isDescriptorsOnlyLibrary)
|
disableIf(destroySymbolTablePhase, isDescriptorsOnlyLibrary)
|
||||||
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
|
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
|
||||||
|
disableIf(specialBackendChecksPhase, isDescriptorsOnlyLibrary)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user