Do not fail on unknown -X flags

For better compatibility if we add experimental stuff in 1.0.X compilers
This commit is contained in:
Alexander Udalov
2016-04-11 14:21:41 +03:00
parent 37d612d346
commit a8629b3836
8 changed files with 61 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
-Xabcdefghijklm
$TESTDATA_DIR$/simple.kt
-Xnopqrstuvwxyz
-d
$TEMP_DIR$
-XXxxxxxxxxxxxx
+4
View File
@@ -0,0 +1,4 @@
warning: flag is not supported by this version of the compiler: -Xabcdefghijklm
warning: flag is not supported by this version of the compiler: -Xnopqrstuvwxyz
warning: flag is not supported by this version of the compiler: -XXxxxxxxxxxxxx
OK