35668cc7e1ff74eac687773d4351a4a4889dde85
-print_descriptors -print_ir -print_bitcode -verify_descriptors -verify_ir -verify_bitcode -list -enable <phase name> -disable <phase name> -verbose <phase name>
Kotlin-native backend
Download dependencies:
./gradlew dependencies:update
Then build the compiler:
./gradlew dist
After that you should be able to compile your programs like that:
./dist/bin/konanc hello.kt -o hello
For an optimized compilation use -opt:
./dist/bin/konanc hello.kt -o hello -opt
For more tests, use:
./gradlew backend.native:tests:run
Description
Languages
Kotlin
79.9%
Java
10.4%
Swift
4.3%
C
2.8%
C++
2.1%
Other
0.3%