]> granicus.if.org Git - clang/commitdiff
Fix clang-offload-bundler test.
authorZachary Turner <zturner@google.com>
Tue, 11 Oct 2016 16:06:32 +0000 (16:06 +0000)
committerZachary Turner <zturner@google.com>
Tue, 11 Oct 2016 16:06:32 +0000 (16:06 +0000)
A recent change to llvm::cl slightly changed the format of
the help output, and it broke this test.  NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283895 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/clang-offload-bundler.c

index 2fb1f8bb730bdfc3f7a1379a9cab6074de16fe5e..adf13f59d46f14eb1404b042773bca23b662aa63 100644 (file)
@@ -31,7 +31,7 @@
 // CK-HELP: {{.*}}referring to the same source file but different targets into a single
 // CK-HELP: {{.*}}one. The resulting file can also be unbundled into different files by
 // CK-HELP: {{.*}}this tool if -unbundle is provided.
-// CK-HELP: {{.*}}USAGE: clang-offload-bundler [subcommand] [options]
+// CK-HELP: {{.*}}USAGE: clang-offload-bundler [options]
 // CK-HELP: {{.*}}-inputs=<string>  - [<input file>,...]
 // CK-HELP: {{.*}}-outputs=<string> - [<output file>,...]
 // CK-HELP: {{.*}}-targets=<string> - [<offload kind>-<target triple>,...]