We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab77c0 commit 23fb5c2Copy full SHA for 23fb5c2
clang/test/Driver/clang-sycl-linker-test.cpp
@@ -40,8 +40,3 @@
40
// RUN: clang-sycl-linker --dry-run -triple spirv64 %t.bc -o a.spv 2>&1 \
41
// RUN: | FileCheck %s --check-prefix=LLVMOPTSLIN
42
// LLVMOPTSLIN: -spirv-debug-info-version=nonsemantic-shader-200 -spirv-allow-unknown-intrinsics=llvm.genx. -spirv-ext=
43
-//
44
-// Test that no llvm-spirv error is emitted as expected.
45
-// RUN: not clang-sycl-linker -triple spirv64 %t.bc -o a.spv 2>&1 \
46
-// RUN: | FileCheck %s --check-prefix=LLVMSPIRVERR
47
-// LLVMSPIRVERR: Unable to find 'llvm-spirv' in path
0 commit comments