[K/N] Drop obsolete static driver

This commit is contained in:
Sergey Bogolepov
2022-12-15 17:01:55 +02:00
committed by Space Team
parent 7706ad8cb3
commit 366edcfe3c
11 changed files with 8 additions and 471 deletions
@@ -391,9 +391,6 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-Xomit-framework-binary", description = "Omit binary when compiling framework")
var omitFrameworkBinary: Boolean = false
@Argument(value = "-Xforce-compiler-driver", description = "Force compiler to use specific compiler driver: static or dynamic")
var forceCompilerDriver: String? = null
override fun configureAnalysisFlags(collector: MessageCollector, languageVersion: LanguageVersion): MutableMap<AnalysisFlag<*>, Any> =
super.configureAnalysisFlags(collector, languageVersion).also {
val optInList = it[AnalysisFlags.optIn] as List<*>