Skip to content

Commit 6e7b77e

Browse files
committed
Remove compilation of integration footer and header
1 parent baed361 commit 6e7b77e

File tree

6 files changed

+1
-98
lines changed

6 files changed

+1
-98
lines changed

clang/test/CodeGenSYCL/Inputs/CL/sycl/detail/defines_elementary.hpp

Lines changed: 0 additions & 8 deletions
This file was deleted.

clang/test/CodeGenSYCL/Inputs/CL/sycl/detail/device_global_map.hpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

clang/test/CodeGenSYCL/Inputs/CL/sycl/detail/kernel_desc.hpp

Lines changed: 0 additions & 54 deletions
This file was deleted.

clang/test/CodeGenSYCL/Inputs/CL/sycl/detail/spec_const_integration.hpp

Lines changed: 0 additions & 15 deletions
This file was deleted.

clang/test/CodeGenSYCL/device_global_int_footer_header.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
// RUN: FileCheck -input-file=%t.footer.h %s --check-prefix=CHECK-FOOTER
33
// RUN: FileCheck -input-file=%t.header.h %s --check-prefix=CHECK-HEADER
44

5-
// Try and compile generated integration header and footer on host.
6-
// RUN: %clang_cc1 -fsycl-is-host -x c++ -std=c++17 -internal-isystem %S/Inputs -fsyntax-only -include %t.header.h -include %s %t.footer.h
7-
85
// This test checks that integration header and footer are emitted correctly
9-
// for device_global variables. It also checks that emitted constructs
10-
// are syntactically correct.
6+
// for device_global variables.
117

128
#include "sycl.hpp"
139

clang/test/CodeGenSYCL/device_globals_with_spec_ids.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang_cc1 -fsycl-is-device -std=c++17 -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -fsycl-int-header=%t.header.h %s -emit-llvm -o %t.ll
22
// RUN: FileCheck -input-file=%t.footer.h %s
33

4-
// Try and compile generated integration header and footer on host.
5-
// RUN: %clang_cc1 -fsycl-is-host -x c++ -std=c++17 -internal-isystem %S/Inputs -fsyntax-only -include %t.header.h -include %s %t.footer.h
6-
74
// This test checks that integration footer is emitted correctly if both
85
// spec constants and device globals are used.
96

0 commit comments

Comments
 (0)