For migration: Make an option "Xmultifile-facades-open" for compiler to generate open multifile facade classes.

This commit is contained in:
Ilya Gorbunov
2015-11-25 19:47:50 +03:00
parent 594d981094
commit ae3135c770
9 changed files with 37 additions and 3 deletions
@@ -64,6 +64,9 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@Argument(value = "Xreport-perf", description = "Report detailed performance statistics")
public boolean reportPerf;
@Argument(value = "Xmultifile-facades-open", description = "Compile multifile facade classes as open")
public boolean multifileFacadesOpen;
// Paths to output directories for friend modules.
public String[] friendPaths;