Skip to content

Commit

Permalink
do not rely on version of compiler being $VER.0.0 (#2194)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanley Gambarin <stanley.gambarin@intel.com>
  • Loading branch information
MrSidims and stanleygambarin authored Oct 26, 2023
1 parent 538005a commit 587443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/NonSemantic/DebugFunction.cl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void kernel k() {
// CHECK-SPIRV-DAG: String [[foo:[0-9]+]] "foo"
// CHECK-SPIRV-DAG: String [[#EmptyStr:]] ""
// CHECK-SPIRV-DAG: String [[k:[0-9]+]] "k"
// CHECK-SPIRV-DAG: String [[#CV:]] "{{.*}}clang version [[#]].0.0
// CHECK-SPIRV-DAG: String [[#CV:]] "{{.*}}clang version [[#]].[[#]].[[#]]
// CHECK-SPIRV: [[#CU:]] [[#]] DebugCompilationUnit
// CHECK-SPIRV: [[#FuncFoo:]] [[#]] DebugFunction [[foo]] {{.*}} [[#CU]]
// CHECK-SPIRV: [[#FuncK:]] [[#]] DebugFunction [[k]] {{.*}} [[#CU]]
Expand Down

0 comments on commit 587443c

Please sign in to comment.