[K/N] Destroy symbol table when producing metadata library.
Probably it wasn't destroyed by mistake.
This commit is contained in:
-1
@@ -653,7 +653,6 @@ internal fun PhaseConfig.konanPhasesConfig(config: KonanConfig) {
|
|||||||
|
|
||||||
val isDescriptorsOnlyLibrary = config.metadataKlib == true
|
val isDescriptorsOnlyLibrary = config.metadataKlib == true
|
||||||
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
|
disableIf(psiToIrPhase, isDescriptorsOnlyLibrary)
|
||||||
disableIf(destroySymbolTablePhase, isDescriptorsOnlyLibrary)
|
|
||||||
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
|
disableIf(copyDefaultValuesToActualPhase, isDescriptorsOnlyLibrary)
|
||||||
disableIf(specialBackendChecksPhase, isDescriptorsOnlyLibrary)
|
disableIf(specialBackendChecksPhase, isDescriptorsOnlyLibrary)
|
||||||
disableIf(checkSamSuperTypesPhase, isDescriptorsOnlyLibrary)
|
disableIf(checkSamSuperTypesPhase, isDescriptorsOnlyLibrary)
|
||||||
|
|||||||
Reference in New Issue
Block a user