[IR] Forbade backend checks for metadata klibs

This commit is contained in:
Igor Chevdar
2020-10-29 12:00:02 +05:00
committed by Stanislav Erokhin
parent 47c606f1eb
commit 590aa42f3d
@@ -475,5 +475,6 @@ internal fun PhaseConfig.konanPhasesConfig(config: KonanConfig) {
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
disableIf(destroySymbolTablePhase, isDescriptorsOnlyLibrary)
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
disableIf(specialBackendChecksPhase, isDescriptorsOnlyLibrary)
}
}