1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/tools/llvm-rc/Inputs
Zachary Turner 1a5684f1d0 [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
..
nested [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
bitmap.bmp [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
deep-include.rc [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
include.rc [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
parser-accelerators-bad-flag.rc [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8). 2017-08-28 22:58:31 +00:00
parser-accelerators-bad-int-or-string.rc [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8). 2017-08-28 22:58:31 +00:00
parser-accelerators-no-comma-2.rc [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8). 2017-08-28 22:58:31 +00:00
parser-accelerators-no-comma.rc [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8). 2017-08-28 22:58:31 +00:00
parser-correct-everything.rc [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
parser-dialog-cant-give-helpid.rc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). 2017-08-29 16:49:59 +00:00
parser-dialog-simple-font.rc [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
parser-dialog-too-few-args.rc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). 2017-08-29 16:49:59 +00:00
parser-dialog-too-many-args.rc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). 2017-08-29 16:49:59 +00:00
parser-dialog-unknown-type.rc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). 2017-08-29 16:49:59 +00:00
parser-dialog-unnecessary-string.rc [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). 2017-08-29 16:49:59 +00:00
parser-eof.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-expr-bad-binary-1.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-bad-binary-2.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-bad-binary-3.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-bad-unary.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-unbalanced-1.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-unbalanced-2.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr-unbalanced-3.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-expr.rc [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
parser-html-bad-string.rc [llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8). 2017-08-28 21:59:54 +00:00
parser-html-extra-comma.rc [llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8). 2017-08-28 21:59:54 +00:00
parser-language-no-comma.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-language-too-many-commas.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-menu-bad-flag.rc [llvm-rc] Add MENU parsing ability (parser, pt 4/8). 2017-08-28 23:46:30 +00:00
parser-menu-bad-id.rc [llvm-rc] Add MENU parsing ability (parser, pt 4/8). 2017-08-28 23:46:30 +00:00
parser-menu-missing-block.rc [llvm-rc] Add MENU parsing ability (parser, pt 4/8). 2017-08-28 23:46:30 +00:00
parser-menu-misspelled-separator.rc [llvm-rc] Add MENU parsing ability (parser, pt 4/8). 2017-08-28 23:46:30 +00:00
parser-no-characteristics-arg.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-nonsense-token.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-nonsense-type-eof.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-nonsense-type.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-stringtable-no-string.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-stringtable-weird-option.rc Reapply: [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 18:24:17 +00:00
parser-user-invalid-contents.rc [llvm-rc] Add user-defined resources parsing ability. [8/8] 2017-09-29 00:14:18 +00:00
parser-versioninfo-bad-type.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
parser-versioninfo-named-main-block.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
parser-versioninfo-repeated-fixed.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
parser-versioninfo-unnamed-inner-block.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
parser-versioninfo-unnamed-value.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
parser-versioninfo-wrong-fixed.rc [llvm-rc] Add VERSIONINFO parsing ability. [6/8] 2017-09-28 22:41:38 +00:00
tag-accelerators-ascii-alt.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-ascii-control.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-ascii-shift.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-ascii-virtkey.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-bad-id.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-bad-key-id.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-control-nonalpha.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-long-virtkey.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-no-caret.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-no-type.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-only-caret.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-too-long.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-too-short.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators-virtual-nonalpha.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-accelerators.rc [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
tag-dialog-bad-style.rc [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
tag-dialog-ctl-large-coord-neg.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-ctl-large-coord.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-ctl-large-id.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-ctl-large-ref-id.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-ctl-large-size.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-ctl-negative-size.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-headers.rc [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
tag-dialog-large-coord-neg.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-large-coord.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-large-size.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog-negative-size.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-dialog.rc [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). 2017-09-30 00:38:52 +00:00
tag-escape.rc [llvm-rc] Implement escape sequences in .rc files. 2017-10-06 22:05:15 +00:00
tag-html-wrong.rc [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
tag-html.rc [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
tag-icon-cursor-bad-offset.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-icon-cursor-bad-type.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-icon-cursor-eof.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-icon-cursor-nonexistent.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-icon-cursor-nonsense.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-icon-cursor.rc [llvm-rc] Serialize CURSOR and ICON resources to .res 2017-10-06 21:25:44 +00:00
tag-menu-bad-menuitem-id.rc [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
tag-menu.rc [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
tag-stringtable-basic.rc [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
tag-stringtable-same-ids.rc [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
tag-user.rc [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
tag-versioninfo-mixed-ints-strings.rc [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
tag-versioninfo-word-too-large.rc [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
tag-versioninfo.rc [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
tokens.rc [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00
webpage1.html [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
webpage2.html [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00