summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/helpmsg.test
diff options
context:
space:
mode:
authorMarek Sokolowski <mnbvmar@gmail.com>2017-09-29 17:14:09 +0000
committerMarek Sokolowski <mnbvmar@gmail.com>2017-09-29 17:14:09 +0000
commit8f19343a78e86b5641e602ebb36f9a3afdd48719 (patch)
treefade1335d49ad3e2fb21e809612400200fa94749 /llvm/test/tools/llvm-rc/helpmsg.test
parent3a762d9b0e811da2d35987e588938dd221cae354 (diff)
downloadbcm5719-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.test1
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.
OpenPOWER on IntegriCloud