[JS IR CLI] Change K2JsIrCompiler#executableScriptFileName's body to TODO() and provide a proper fix later

This commit is contained in:
Zalim Bashorov
2020-01-10 18:44:58 +03:00
parent 2a7e32d3ae
commit f60d0b2c7c

View File

@@ -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 {