CLI: remove obsolete -Xdump-declarations-to

It was only used in the very old version of binary compatibility
validator. It was never supported in the JVM IR backend.
This commit is contained in:
Alexander Udalov
2023-09-17 00:21:14 +02:00
committed by Space Team
parent d450e3074b
commit 49c659b379
35 changed files with 0 additions and 1625 deletions
@@ -237,7 +237,6 @@ fun CommonCompilerArguments.convertPathsToSystemIndependent() {
jdkHome = jdkHome?.let(FileUtilRt::toSystemIndependentName)
kotlinHome = kotlinHome?.let(FileUtilRt::toSystemIndependentName)
friendPaths?.forEachIndexed { index, s -> friendPaths!![index] = FileUtilRt.toSystemIndependentName(s) }
declarationsOutputPath = declarationsOutputPath?.let(FileUtilRt::toSystemIndependentName)
}
is K2JSCompilerArguments -> {
@@ -180,7 +180,6 @@ class CompilerArgumentsContentProspectorTest {
K2JVMCompilerArguments::javaModulePath,
K2JVMCompilerArguments::assertionsMode,
K2JVMCompilerArguments::buildFile,
K2JVMCompilerArguments::declarationsOutputPath,
K2JVMCompilerArguments::javaPackagePrefix,
K2JVMCompilerArguments::supportCompatqualCheckerFrameworkAnnotations,
K2JVMCompilerArguments::jspecifyAnnotations,