mirror of https://github.com/microsoft/clang.git
Fix clang-offload-bundler test.
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
This commit is contained in:
parent
70af68c911
commit
840d1dc8c7
|
@ -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>,...]
|
||||
|
|
Loading…
Reference in New Issue