summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/at_file_missing.c
Commit message (Collapse)AuthorAgeFilesLines
* Try to get at_file_missing.c passing after LLVM r267556.Nico Weber2016-04-261-2/+2
| | | | | | | | | | r267556 made backslashes escape the next character unconditionally in rsp files. This test echos a path into a rsp file, and paths contain backslashes on Windows. Since it's not important for this test to get the filename from the rsp file, just pass it regularly. llvm-svn: 267601
* test/Driver: Check that @ arguments that aren't files are handledJustin Bogner2013-12-061-0/+7
This tests the bug fix in llvm r196620. llvm-svn: 196621
OpenPOWER on IntegriCloud