Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-rc] Support '--' for delimiting options from input paths | Martin Storsjo | 2019-01-16 | 1 | -2/+2 |
| | | | | | | | | | | This allows avoiding conflicts between paths that begin with the same chars as some llvm-rc options (which can be used with either slashes or dashes). Differential Revision: https://reviews.llvm.org/D56743 llvm-svn: 351305 | ||||
* | [llvm-rc] Support joined or separate spelling for /fo flag | Petr Hosek | 2018-11-09 | 1 | -0/+4 |
CMake invokes rc using the joined spelling which appears to be supported by Microsoft's rc implementation, so we should support it as well. Differential Revision: https://reviews.llvm.org/D54191 llvm-svn: 346470 |