Support argfiles in CLI with "@argfile"
#KT-24613 Fixed
This commit is contained in:
+1
@@ -10,4 +10,5 @@ where possible options include:
|
||||
-nowarn Generate no warnings
|
||||
-verbose Enable verbose logging output
|
||||
-version Display compiler version
|
||||
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
|
||||
OK
|
||||
|
||||
Vendored
+1
@@ -31,4 +31,5 @@ where possible options include:
|
||||
-nowarn Generate no warnings
|
||||
-verbose Enable verbose logging output
|
||||
-version Display compiler version
|
||||
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
|
||||
OK
|
||||
|
||||
@@ -1 +1 @@
|
||||
-Xargfile=$TESTDATA_DIR$/apiVersionLessThanLanguage.argfile
|
||||
@$TESTDATA_DIR$/apiVersionLessThanLanguage.argfile
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
-Xargfile=$TESTDATA_DIR$/argfileWithEscaping.argfile
|
||||
@$TESTDATA_DIR$/argfileWithEscaping.argfile
|
||||
|
||||
@@ -1 +1 @@
|
||||
-Xargfile=$TESTDATA_DIR$/argfileWithUnfinishedQuoteAndEscape.argfile
|
||||
@$TESTDATA_DIR$/argfileWithUnfinishedQuoteAndEscape.argfile
|
||||
|
||||
Vendored
+1
@@ -29,4 +29,5 @@ where possible options include:
|
||||
-nowarn Generate no warnings
|
||||
-verbose Enable verbose logging output
|
||||
-version Display compiler version
|
||||
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
|
||||
OK
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
$TESTDATA_DIR$/apiVersion.kt
|
||||
-d
|
||||
-Xargfile=$TESTDATA_DIR$/mixingArgfilesAndUsualArgs.argfile
|
||||
@$TESTDATA_DIR$/mixingArgfilesAndUsualArgs.argfile
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
$TESTDATA_DIR$/simple.kt
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
-Xargfile=$TESTDATA_DIR$/nonexisting.argfile
|
||||
@$TESTDATA_DIR$/nonexisting.argfile
|
||||
|
||||
Reference in New Issue
Block a user