mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-21 08:31:30 +00:00
[JS IR CLI] Change K2JsIrCompiler#executableScriptFileName's body to TODO() and provide a proper fix later
This commit is contained in:
@@ -322,7 +322,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
}
|
||||
|
||||
override fun executableScriptFileName(): String {
|
||||
return "kotlinc-js -Xir"
|
||||
TODO("Provide a proper way to run the compiler with IR BE")
|
||||
}
|
||||
|
||||
override fun createMetadataVersion(versionArray: IntArray): BinaryVersion {
|
||||
|
||||
Reference in New Issue
Block a user