From 840d1dc8c76d6fd75ddbf891ebc85d19c175f307 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 11 Oct 2016 16:06:32 +0000 Subject: [PATCH] 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 --- test/Driver/clang-offload-bundler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/clang-offload-bundler.c b/test/Driver/clang-offload-bundler.c index 2fb1f8bb73..adf13f59d4 100644 --- a/test/Driver/clang-offload-bundler.c +++ b/test/Driver/clang-offload-bundler.c @@ -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= - [,...] // CK-HELP: {{.*}}-outputs= - [,...] // CK-HELP: {{.*}}-targets= - [-,...] -- 2.40.0