Skip to content

Commit e6cc0fb

Browse files
Revert changes in llvm-spirv/test
* They have to be done in a different repository * They don't affect stability of this PR (initial src code in comments only).
1 parent 58a82a4 commit e6cc0fb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

llvm-spirv/test/custom_class.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; --- Source code ---
55
; Generated with "intel/llvm/clang++ -fsycl-device-only -emit-llvm -S"
66
;
7-
;#include <sycl/sycl.hpp>
7+
;#include <CL/sycl.hpp>
88
;
99
;class CustomClass {
1010
;public:

llvm-spirv/test/transcoding/SPV_INTEL_variable_length_array/vla_spec_const.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM
66

77
; The IR was generated from the following source:
8-
; #include <sycl/sycl.hpp>
8+
; #include <CL/sycl.hpp>
99
; #include <cstdint>
1010
;
1111
; class SpecializedKernel;

llvm-spirv/test/transcoding/builtin_vars_arithmetics.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
; RUN: llvm-spirv %t.rev.bc -spirv-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV
1212

1313
; The IR was generated from the following source:
14-
; #include <sycl/sycl.hpp>
14+
; #include <CL/sycl.hpp>
1515
;
1616
; int main() {
1717
; sycl::queue Queue;

llvm-spirv/test/transcoding/builtin_vars_opt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
; RUN: llvm-spirv %t.rev.bc -spirv-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV
1212

1313
; The IR was generated from the following source:
14-
; #include <sycl/sycl.hpp>
14+
; #include <CL/sycl.hpp>
1515
;
1616
; template <typename T, int N>
1717
; class sycl_subgr;

llvm-spirv/test/transcoding/intel_fpga_lsu_optimized.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; LLVM IR generated by Intel SYCL Clang compiler (https://github.com/intel/llvm)
22
; SYCL source code can be found below:
33

4-
; #include <sycl/sycl.hpp>
5-
; #include <sycl/intel/fpga_extensions.hpp>
4+
; #include <CL/sycl.hpp>
5+
; #include <CL/sycl/intel/fpga_extensions.hpp>
66
;
77
; int main() {
88
; cl::sycl::queue Queue{cl::sycl::intel::fpga_emulator_selector{}};

0 commit comments

Comments
 (0)