Skip to content

Commit 9c97a92

Browse files
committed
remove invalid tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 261547c commit 9c97a92

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

clang/test/Driver/spirv-openmp-toolchain.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@
5858
// RUN: --sysroot=%S/Inputs/spirv-openmp/ %s 2>&1 | FileCheck --check-prefix=CHECK-GPULIB %s
5959
// CHECK-GPULIB: "-cc1" "-triple" "spirv64-intel"{{.*}}"-mlink-builtin-bitcode" "{{.*}}libomptarget-spirv64-spirv64-intel.bc"
6060

61-
// RUN: not %clang -### -target x86_64-pc-linux-gnu -fopenmp --offload-arch=spirv64-intel,spirv64-unknown-unknown -nogpulib %s 2>&1 | FileCheck %s --check-prefix=CHECK-TARGET-ID-ERROR
62-
// CHECK-TARGET-ID-ERROR: error: failed to deduce triple for target architecture 'spirv64-unknown-unknown'
63-
64-
// RUN: not %clang -### -target x86_64-pc-linux-gnu -fopenmp --offload-arch=spirv64-intel,spirv64 -nogpulib %s 2>&1 | FileCheck %s --check-prefix=CHECK-TARGET-ID-ERROR-2
65-
// CHECK-TARGET-ID-ERROR-2: error: failed to deduce triple for target architecture 'spirv64'
66-
67-
// RUN: not %clang -target x86_64-pc-linux-gnu -fopenmp --offload-arch=spirv64-intel -nogpulib --offload=spir64 %s 2>&1 | FileCheck %s --check-prefix=CHECK-TARGET-ID-ERROR-3
68-
// CHECK-TARGET-ID-ERROR-3: error: invalid or unsupported offload target: 'spir64'
69-
7061
// RUN: not %clang -### --target=x86_64-unknown-linux-gnu -fopenmp --offload-arch=spirv64-intel \
7162
// RUN: --libomptarget-spirv-bc-path=%t/ -nogpulib %s 2>&1 \
7263
// RUN: | FileCheck %s --check-prefix=CHECK-OFFLOAD-ARCH-ERROR

0 commit comments

Comments
 (0)