summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/include-paths.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Print the resource type textually for .res filesMartin Storsjo2019-08-291-1/+1
| | | | | | | | This already is done when dumping resources from coff objects. Differential Revision: https://reviews.llvm.org/D66816 llvm-svn: 370308
* [llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo2019-01-161-5/+5
| | | | | | | | | | 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] Don't strictly require quotes around external file namesMartin Storsjo2018-05-081-1/+6
| | | | | | | | | | | | Regardless of what docs may say, existing resource files in the wild can use this syntax. Rename a file used in an existing test, to make it usable for unquoted paths. Differential Revision: https://reviews.llvm.org/D46511 llvm-svn: 331747
* [llvm-rc] Implement the BITMAP resource typeMartin Storsjo2018-05-071-9/+8
| | | | | | Differential Revision: https://reviews.llvm.org/D46509 llvm-svn: 331670
* Really fix llvm-rc include-paths.testReid Kleckner2017-10-111-3/+3
| | | | llvm-svn: 315515
* Attempt to fix failing llvm-rc include-paths.textReid Kleckner2017-10-111-1/+1
| | | | llvm-svn: 315514
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-0/+45
Previously we would only look in the current directory for a resource, which might not be the same as the directory of the rc file. Furthermore, MSVC rc supports a /I option, and can also look in the system environment. This patch adds support for this search algorithm. Differential Revision: https://reviews.llvm.org/D38740 llvm-svn: 315499
OpenPOWER on IntegriCloud