[CLI] Drop CommonCompilerArguments.coroutinesState

This commit is contained in:
Dmitriy Novozhilov
2020-12-02 13:22:40 +03:00
committed by TeamCityServer
parent df3b12e13b
commit e991c9d476
19 changed files with 13 additions and 181 deletions
-2
View File
@@ -30,8 +30,6 @@ where advanced options include:
Run sticky condition checks on subsequent phases as well. Implies -Xcheck-phase-conditions
-Xcommon-sources=<path> Sources of the common module that need to be compiled together with this module in the multi-platform mode.
Should be a subset of sources passed as free arguments
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier
-Xdisable-default-scripting-plugin
Do not enable scripting plugin by default
-Xdisable-phases Disable backend phases
+1 -1
View File
@@ -1,2 +1,2 @@
warning: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
warning: flag is not supported by this version of the compiler: -Xcoroutines=enable
OK
+1 -1
View File
@@ -1,2 +1,2 @@
warning: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
warning: flag is not supported by this version of the compiler: -Xcoroutines=error
OK
+2 -2
View File
@@ -1,3 +1,3 @@
warning: argument -Xcoroutines is passed multiple times. Only the last value will be used: enable
warning: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
warning: flag is not supported by this version of the compiler: -Xcoroutines=error
warning: flag is not supported by this version of the compiler: -Xcoroutines=enable
OK
+1 -1
View File
@@ -1,2 +1,2 @@
warning: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
warning: flag is not supported by this version of the compiler: -Xcoroutines=warn
OK
-2
View File
@@ -130,8 +130,6 @@ where advanced options include:
Run sticky condition checks on subsequent phases as well. Implies -Xcheck-phase-conditions
-Xcommon-sources=<path> Sources of the common module that need to be compiled together with this module in the multi-platform mode.
Should be a subset of sources passed as free arguments
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier
-Xdisable-default-scripting-plugin
Do not enable scripting plugin by default
-Xdisable-phases Disable backend phases