Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to get at_file_missing.c passing after LLVM r267556. | Nico Weber | 2016-04-26 | 1 | -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 handled | Justin Bogner | 2013-12-06 | 1 | -0/+7 |
This tests the bug fix in llvm r196620. llvm-svn: 196621 |