summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/flags.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo2019-01-161-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 flagPetr Hosek2018-11-091-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
OpenPOWER on IntegriCloud