[K/N] Destroy symbol table when producing metadata library.

Probably it wasn't destroyed by mistake.
This commit is contained in:
Sergey Bogolepov
2022-07-20 11:03:31 +03:00
committed by Space
parent 7055893605
commit 88eee13837
@@ -653,7 +653,6 @@ internal fun PhaseConfig.konanPhasesConfig(config: KonanConfig) {
val isDescriptorsOnlyLibrary = config.metadataKlib == true
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
disableIf(destroySymbolTablePhase, isDescriptorsOnlyLibrary)
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
disableIf(specialBackendChecksPhase, isDescriptorsOnlyLibrary)
disableIf(checkSamSuperTypesPhase, isDescriptorsOnlyLibrary)