Skip to content

Commit 61259b3

Browse files
committed
[CIR] Attempt to fix windows bots
1 parent e5c6935 commit 61259b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/CodeGen/sourcelocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int s0(int a, int b) {
8484
// LLVM: !llvm.module.flags = !{!2}
8585

8686
// LLVM: !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "MLIR", isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly)
87-
// LLVM: !1 = !DIFile(filename: "sourcelocation.cpp", directory: "{{.*}}/clang/test/CIR/CodeGen")
87+
// LLVM: !1 = !DIFile(filename: "sourcelocation.cpp", directory: {{.*}}CodeGen{{.*}})
8888
// LLVM: !2 = !{i32 2, !"Debug Info Version", i32 3}
8989
// LLVM: !3 = distinct !DISubprogram(name: "_Z2s0ii", linkageName: "_Z2s0ii", scope: !1, file: !1, line: 6, type: !4, scopeLine: 1, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0)
9090
// LLVM: !4 = !DISubroutineType(cc: DW_CC_normal, types: !5)

0 commit comments

Comments
 (0)