From 0a1116376c057b17318582a657e4f742f30f024f Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Mon, 24 Apr 2023 18:09:42 +0200 Subject: [PATCH] [CLI, JS, Wasm] Regenerate K2JSCompilerArgumentsCopyGenerated.kt --- .../cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt b/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt index 93724f13e1a..804abfaa053 100644 --- a/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt +++ b/compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt @@ -24,6 +24,8 @@ fun copyK2JSCompilerArguments(from: K2JSCompilerArguments, to: K2JSCompilerArgum to.irBaseClassInMetadata = from.irBaseClassInMetadata to.irBuildCache = from.irBuildCache to.irDce = from.irDce + to.irDceDumpDeclarationIrSizesToFile = from.irDceDumpDeclarationIrSizesToFile + to.irDceDumpReachabilityInfoToFile = from.irDceDumpReachabilityInfoToFile to.irDcePrintReachabilityInfo = from.irDcePrintReachabilityInfo to.irDceRuntimeDiagnostic = from.irDceRuntimeDiagnostic to.irGenerateInlineAnonymousFunctions = from.irGenerateInlineAnonymousFunctions