backend: Implement executableScriptFileName method in K2Native
This commit is contained in:
@@ -154,6 +154,8 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
|
||||
return K2NativeCompilerArguments()
|
||||
}
|
||||
|
||||
override fun executableScriptFileName() = "kotlinc-native"
|
||||
|
||||
companion object {
|
||||
@JvmStatic fun main(args: Array<String>) {
|
||||
profile("Total compiler main()") {
|
||||
|
||||
Reference in New Issue
Block a user