Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to get ResponseFile.ll passing on Windows after r267556. | Nico Weber | 2016-04-26 | 1 | -2/+4 |
| | | | | llvm-svn: 267599 | ||||
* | If we see UTF-8 BOM sequence at the beginning of a response file, we shall | Yunzhong Gao | 2015-01-24 | 1 | -0/+5 |
| | | | | | | | | remove these bytes before parsing. Phabricator Revision: http://reviews.llvm.org/D7156 llvm-svn: 226988 | ||||
* | [Support] Beef up and expose the response file parsing in llvm::cl | Reid Kleckner | 2013-07-18 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | The plan is to use it for clang and lld. Major behavior changes: - We can now parse UTF-16 files that have a byte order mark. - PR16209: Don't drop backslashes on the floor if they don't escape anything. The actual parsing loop was based on code from Clang's driver.cpp, although it's been rewritten to track its state with control flow rather than state variables. Reviewers: hans Differential Revision: http://llvm-reviews.chandlerc.com/D1170 llvm-svn: 186587 | ||||
* | Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified | Rafael Espindola | 2012-10-09 | 1 | -0/+9 |
the test. llvm-svn: 165535 |