Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-rc] Support '--' for delimiting options from input paths | Martin Storsjo | 2019-01-16 | 1 | -1/+1 |
| | | | | | | | | | | 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 absolute filenames in manifests | Petr Hosek | 2018-11-08 | 1 | -0/+3 |
CMake generate manifests that contain absolute filenames and these currently result in assertion error. This change ensures that we handle these correctly. Differential Revision: https://reviews.llvm.org/D54194 llvm-svn: 346450 |