Skip to content

Commit 587443c

Browse files
do not rely on version of compiler being $VER.0.0 (#2194)
Co-authored-by: Stanley Gambarin <stanley.gambarin@intel.com>
1 parent 538005a commit 587443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/NonSemantic/DebugFunction.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void kernel k() {
2525
// CHECK-SPIRV-DAG: String [[foo:[0-9]+]] "foo"
2626
// CHECK-SPIRV-DAG: String [[#EmptyStr:]] ""
2727
// CHECK-SPIRV-DAG: String [[k:[0-9]+]] "k"
28-
// CHECK-SPIRV-DAG: String [[#CV:]] "{{.*}}clang version [[#]].0.0
28+
// CHECK-SPIRV-DAG: String [[#CV:]] "{{.*}}clang version [[#]].[[#]].[[#]]
2929
// CHECK-SPIRV: [[#CU:]] [[#]] DebugCompilationUnit
3030
// CHECK-SPIRV: [[#FuncFoo:]] [[#]] DebugFunction [[foo]] {{.*}} [[#CU]]
3131
// CHECK-SPIRV: [[#FuncK:]] [[#]] DebugFunction [[k]] {{.*}} [[#CU]]

0 commit comments

Comments
 (0)