[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 {
|
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 {
|
override fun createMetadataVersion(versionArray: IntArray): BinaryVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user