| commit | 67ae9912a6471f4ec9666b456914e0fb8ead1bf1 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Fri Dec 06 22:56:19 2013 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Fri Dec 06 22:56:19 2013 +0000 |
| tree | 5645273338258157f78882903f9bce4b4a502a8a | |
| parent | 93a07c2185d1eb4fd441cf0343f9b77f9611fdc1 [diff] |
Support: Fix handling of args that begin with @ but aren't files Command line arguments that begin with @ but aren't a path to an existing file currently cause later @file arguments to be ignored. Correctly skip over these arguments instead of trying to read a non-existent file 20 times and giving up. Since the problem manifests in the clang driver, the test is in that repository. Fixes rdar://problem/15590906 llvm-svn: 196620