summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/Inputs/nested
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo2018-05-081-0/+0
| | | | | | | | | | | | 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] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-0/+0
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