Skip to content

Commit 545d22f

Browse files
committed
Remove table file checks
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 368a5bc commit 545d22f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

llvm/test/tools/sycl-post-link/emit_exported_symbols.ll

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
;
33
; Global scope
44
; RUN: sycl-post-link -symbols -emit-exported-symbols -S %s -o %t.global.files.table
5-
; RUN: FileCheck %s -input-file=%t.global.files.table --check-prefixes CHECK-GLOBAL-TABLE
65
; RUN: FileCheck %s -input-file=%t.global.files_0.prop --check-prefixes CHECK-GLOBAL-PROP
76
;
87
; Per-module split
98
; RUN: sycl-post-link -symbols -split=source -emit-exported-symbols -S %s -o %t.per_module.files.table
10-
; RUN: FileCheck %s -input-file=%t.per_module.files.table --check-prefixes CHECK-PERMODULE-TABLE
119
; RUN: FileCheck %s -input-file=%t.per_module.files_0.prop --check-prefixes CHECK-PERMODULE-0-PROP
1210
; RUN: FileCheck %s -input-file=%t.per_module.files_1.prop --check-prefixes CHECK-PERMODULE-1-PROP
1311
; RUN: FileCheck %s -input-file=%t.per_module.files_2.prop --check-prefixes CHECK-KERNELONLY-PROP
1412
;
1513
; Per-kernel split
1614
; RUN: sycl-post-link -symbols -split=kernel -emit-exported-symbols -S %s -o %t.per_kernel.files.table
17-
; RUN: FileCheck %s -input-file=%t.per_kernel.files.table --check-prefixes CHECK-PERKERNEL-TABLE
1815
; RUN: FileCheck %s -input-file=%t.per_kernel.files_0.prop --check-prefixes CHECK-PERKERNEL-0-PROP
1916
; RUN: FileCheck %s -input-file=%t.per_kernel.files_1.prop --check-prefixes CHECK-PERKERNEL-1-PROP
2017
; RUN: FileCheck %s -input-file=%t.per_kernel.files_2.prop --check-prefixes CHECK-PERKERNEL-2-PROP
@@ -65,10 +62,6 @@ attributes #2 = { "sycl-module-id"="c.cpp" }
6562
; CHECK-GLOBAL-PROP-NOT: SpirKernel1
6663
; CHECK-GLOBAL-PROP-NOT: NotExportedSpirFunc1
6764

68-
; CHECK-GLOBAL-TABLE: [Code|Properties|Symbols]
69-
; CHECK-GLOBAL-TABLE-NEXT: {{.*}}global.files_0.prop
70-
; CHECK-GLOBAL-TABLE-EMPTY:
71-
7265
; Per-module split
7366
; CHECK-PERMODULE-0-PROP: [SYCL/exported symbols]
7467
; CHECK-PERMODULE-0-PROP-NEXT: ExportedSpirFunc1
@@ -84,12 +77,6 @@ attributes #2 = { "sycl-module-id"="c.cpp" }
8477
; CHECK-PERMODULE-1-PROP-NOT: SpirKernel1
8578
; CHECK-PERMODULE-1-PROP-NOT: NotExportedSpirFunc1
8679

87-
; CHECK-PERMODULE-TABLE: [Code|Properties|Symbols]
88-
; CHECK-PERMODULE-TABLE-NEXT: {{.*}}per_module.files_0.prop
89-
; CHECK-PERMODULE-TABLE-NEXT: {{.*}}per_module.files_1.prop
90-
; CHECK-PERMODULE-TABLE-NEXT: {{.*}}per_module.files_2.prop
91-
; CHECK-PERMODULE-TABLE-EMPTY:
92-
9380
; Per-kernel split
9481
; CHECK-PERKERNEL-0-PROP: [SYCL/exported symbols]
9582
; CHECK-PERKERNEL-0-PROP-NEXT: ExportedSpirFunc1
@@ -112,14 +99,6 @@ attributes #2 = { "sycl-module-id"="c.cpp" }
11299
; CHECK-PERKERNEL-2-PROP-NOT: SpirKernel1
113100
; CHECK-PERKERNEL-2-PROP-NOT: NotExportedSpirFunc1
114101

115-
; CHECK-PERKERNEL-TABLE: [Code|Properties|Symbols]
116-
; CHECK-PERKERNEL-TABLE-NEXT: {{.*}}per_kernel.files_0.prop
117-
; CHECK-PERKERNEL-TABLE-NEXT: {{.*}}per_kernel.files_1.prop
118-
; CHECK-PERKERNEL-TABLE-NEXT: {{.*}}per_kernel.files_2.prop
119-
; CHECK-PERKERNEL-TABLE-NEXT: {{.*}}per_kernel.files_3.prop
120-
; CHECK-PERKERNEL-TABLE-NEXT: {{.*}}per_kernel.files_4.prop
121-
; CHECK-PERKERNEL-TABLE-EMPTY:
122-
123102
; Kernel-only generated modules should have no exported Symbols
124103
; CHECK-KERNELONLY-PROP-NOT: [SYCL/exported symbols]
125104
; CHECK-KERNELONLY-PROP-NOT: ExportedSpirFunc3

0 commit comments

Comments
 (0)