Warn about mistyped phase names in CLI

This commit is contained in:
Georgy Bronnikov
2019-03-19 11:00:54 +03:00
parent 0fb444a5d1
commit 469fd20902
4 changed files with 26 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
-d
$TEMP_DIR$
-Xuse-ir
-Xverbose-phases=qz,qq
$TESTDATA_DIR$/simple.kt
+3
View File
@@ -0,0 +1,3 @@
warning: no phase named qz, ignoring
warning: no phase named qq, ignoring
OK