diff options
author | Marek Sokolowski <mnbvmar@gmail.com> | 2017-09-29 17:14:09 +0000 |
---|---|---|
committer | Marek Sokolowski <mnbvmar@gmail.com> | 2017-09-29 17:14:09 +0000 |
commit | 8f19343a78e86b5641e602ebb36f9a3afdd48719 (patch) | |
tree | fade1335d49ad3e2fb21e809612400200fa94749 /llvm/test/tools/llvm-rc/helpmsg.test | |
parent | 3a762d9b0e811da2d35987e588938dd221cae354 (diff) | |
download | bcm5719-llvm-8f19343a78e86b5641e602ebb36f9a3afdd48719.tar.gz bcm5719-llvm-8f19343a78e86b5641e602ebb36f9a3afdd48719.zip |
[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).
This allows to process HTML resources defined in .rc scripts and output
them to resulting .res files. Additionally, some infrastructure allowing
to output these files is created.
This is the first resource type we can operate on.
Thanks to Nico Weber for his original work in this area.
Differential Revision: reviews.llvm.org/D37283
llvm-svn: 314538
Diffstat (limited to 'llvm/test/tools/llvm-rc/helpmsg.test')
-rw-r--r-- | llvm/test/tools/llvm-rc/helpmsg.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-rc/helpmsg.test b/llvm/test/tools/llvm-rc/helpmsg.test index 045568978f6..2c2814abc66 100644 --- a/llvm/test/tools/llvm-rc/helpmsg.test +++ b/llvm/test/tools/llvm-rc/helpmsg.test @@ -7,6 +7,7 @@ ; CHECK-DAG: USAGE: rc [options] <inputs> ; CHECK-DAG: OPTIONS: ; CHECK-NEXT: /? Display this help and exit. +; CHECK-NEXT: /dry-run Don't compile the input; only try to parse it. ; CHECK-NEXT: /D <value> Define a symbol for the C preprocessor. ; CHECK-NEXT: /FO <value> Change the output file location. ; CHECK-NEXT: /H Display this help and exit. |