diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-08-24 18:52:18 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-08-24 18:52:18 +0000 |
commit | c4a621155bb2b2e78019b2d8b2f478746bccb56b (patch) | |
tree | 864a9288e58f97aa578369325e54b39d082fce32 /clang/test/Driver/clang-offload-bundler.c | |
parent | e14653e17d33853c6f41609f0a69587f6f523d9c (diff) | |
download | bcm5719-llvm-c4a621155bb2b2e78019b2d8b2f478746bccb56b.tar.gz bcm5719-llvm-c4a621155bb2b2e78019b2d8b2f478746bccb56b.zip |
Fix offload bundler tests so that diagnostic can start with caps.
Windows require that.
llvm-svn: 279653
Diffstat (limited to 'clang/test/Driver/clang-offload-bundler.c')
-rw-r--r-- | clang/test/Driver/clang-offload-bundler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/clang-offload-bundler.c b/clang/test/Driver/clang-offload-bundler.c index a1071439c04..58fcaa38528 100644 --- a/clang/test/Driver/clang-offload-bundler.c +++ b/clang/test/Driver/clang-offload-bundler.c @@ -68,7 +68,7 @@ // RUN: not clang-offload-bundler -type=i -targets=host-powerpc64le-ibm-linux-gnu,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -inputs=%t.i,%t.tgt1,%t.tgt2.notexist -outputs=%t.bundle.i 2>&1 | FileCheck %s --check-prefix CK-ERR5 // RUN: not clang-offload-bundler -type=i -targets=host-powerpc64le-ibm-linux-gnu,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -outputs=%t.i,%t.tgt1,%t.tgt2 -inputs=%t.bundle.i.notexist -unbundle 2>&1 | FileCheck %s --check-prefix CK-ERR5 -// CK-ERR5: error: Can't open file {{.+}}.notexist: No such file or directory +// CK-ERR5: error: Can't open file {{.+}}.notexist: {{N|n}}o such file or directory // RUN: not clang-offload-bundler -type=invalid -targets=host-powerpc64le-ibm-linux-gnu,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -inputs=%t.i,%t.tgt1,%t.tgt2 -outputs=%t.bundle.i 2>&1 | FileCheck %s --check-prefix CK-ERR6 // CK-ERR6: error: invalid file type specified. |