llvm-project/llvm/test/tools/llvm-rc
Zachary Turner fa0ca6cbd0 [llvm-rc] Use proper search algorithm for finding resources.
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
2017-10-11 20:12:09 +00:00
..
Inputs [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
helpmsg.test [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
include-paths.test [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
parser-expr.test [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
parser.test [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
tag-accelerators.test [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-dialog.test [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
tag-escape.test [llvm-rc] Implement escape sequences in .rc files. 2017-10-06 22:05:15 +00:00
tag-html.test [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
tag-icon-cursor.test [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-menu.test [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
tag-stringtable.test [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
tag-user.test [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
tag-versioninfo.test [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
tokenizer.test [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00