diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-10-27 01:08:58 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-10-27 01:08:58 +0000 |
commit | 10e905c2e9e470f5f56cc717885c923db348dba4 (patch) | |
tree | 6c0efe907c3d48a088bdbabcfb1dbb463f789538 /clang/test/Driver/cuda-output-asm.cu | |
parent | 5b1a89a33b2313bea62b18e9272a42f73b791c17 (diff) | |
download | bcm5719-llvm-10e905c2e9e470f5f56cc717885c923db348dba4.tar.gz bcm5719-llvm-10e905c2e9e470f5f56cc717885c923db348dba4.zip |
Remove check for -o option in offloading actions builder.
This check is also present when jobs are built, so the offloading builder check is not needed anymore.
llvm-svn: 285264
Diffstat (limited to 'clang/test/Driver/cuda-output-asm.cu')
-rw-r--r-- | clang/test/Driver/cuda-output-asm.cu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/cuda-output-asm.cu b/clang/test/Driver/cuda-output-asm.cu index af066ce568e..8ca87a5caa5 100644 --- a/clang/test/Driver/cuda-output-asm.cu +++ b/clang/test/Driver/cuda-output-asm.cu @@ -29,3 +29,5 @@ // RUN: %clang -### -emit-llvm -c -target x86_64-linux-gnu -o foo.s %s 2>&1 \ // RUN: | FileCheck -check-prefix MULTIPLE-OUTPUT-FILES %s // MULTIPLE-OUTPUT-FILES: error: cannot specify -o when generating multiple output files +// Make sure we do not get duplicate diagnostics. +// MULTIPLE-OUTPUT-FILES-NOT: error: cannot specify -o when generating multiple output files |