Nico Weber
75f0b3fe86
Update test after LLVM r267556.
...
llvm-svn: 267557
2016-04-26 13:54:29 +00:00
Hans Wennborg
a93246b265
Expand test/Driver/at_file.c test to check that PR16209 is fixed.
...
It was fixed by r186603.
llvm-svn: 186962
2013-07-23 17:26:56 +00:00
Reid Kleckner
61b23b7edc
[Driver] Use LLVM's response file parser because it can read UTF-16
...
MSBuild writes response files as UTF-16 little endian with a byte order
mark. With this change, clang will be able to read them, although we
still can't parse any of their flags.
Adds a UTF-16-LE response file with a BOM for testing.
Differential Revision: http://llvm-reviews.chandlerc.com/D1137
llvm-svn: 186603
2013-07-18 20:00:53 +00:00
Rafael Espindola
77a067a653
Implement support for reading arguments specified in a file with @file . If
...
there is no file named "file", keep the @file option unchanged.
llvm-svn: 108697
2010-07-19 15:20:12 +00:00
Daniel Dunbar
00c57967da
Revert r108672, "Implement support for reading arguments specified in a file
...
with @file.", it doesn't correctly handle cases where arguments starting with
'@' are passed to other command line arguments.
llvm-svn: 108686
2010-07-19 07:21:12 +00:00
Rafael Espindola
129e43d29b
Implement support for reading arguments specified in a file with @file .
...
llvm-svn: 108672
2010-07-19 03:08:01 +00:00