JVM_IR: call serialization for IR.

Serializer for IR is called when -Xserialize-ir flag is set.
This commit is contained in:
Georgy Bronnikov
2021-02-26 17:42:58 +03:00
committed by TeamCityServer
parent 9efd0d7589
commit b2617199bc
10 changed files with 85 additions and 11 deletions
+1 -1
View File
@@ -113,6 +113,7 @@ where advanced options include:
problems with parentheses in identifiers on certain platforms
-Xscript-resolver-environment=<key=value[,]>
Script resolver environment in key-value pairs (the value could be quoted and escaped)
-Xserialize-ir Save IR to metadata (EXPERIMENTAL)
-Xsingle-module Combine modules for source files and binary dependencies into a single module
-Xskip-runtime-version-check Allow Kotlin runtime libraries of incompatible versions in the classpath
-Xstrict-java-nullability-assertions
@@ -203,4 +204,3 @@ where advanced options include:
Advanced options are non-standard and may be changed or removed without any notice.
OK