Skip to content

Commit 58280c0

Browse files
committed
[flang][cuda] Update test after #116882
1 parent 46389eb commit 58280c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Fir/CUDA/cuda-implicit-device-global.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ // Test that global used in device function are flagged with the correct
101101

102102
// CHECK: fir.global linkonce @_QQclX5465737420504153534544 {data_attr = #cuf.cuda<constant>} constant : !fir.char<1,11>
103103

104-
// CHECK-LABEL: gpu.module @cuda_device_mod [#nvvm.target]
104+
// CHECK-LABEL: gpu.module @cuda_device_mod
105105
// CHECK: fir.global linkonce @_QQclX5465737420504153534544 {data_attr = #cuf.cuda<constant>} constant
106106

107107
// -----
@@ -142,5 +142,5 @@ // Test that global used in device function are flagged with the correct
142142

143143
// CHECK: fir.global linkonce @_QQclX5465737420504153534544 {data_attr = #cuf.cuda<constant>} constant : !fir.char<1,11>
144144

145-
// CHECK-LABEL: gpu.module @cuda_device_mod [#nvvm.target]
145+
// CHECK-LABEL: gpu.module @cuda_device_mod
146146
// CHECK: fir.global linkonce @_QQclX5465737420504153534544 {data_attr = #cuf.cuda<constant>} constant

0 commit comments

Comments
 (0)