Skip to content

Commit 9125ffa

Browse files
el-evlanza
authored andcommitted
[CIR] Fix test failure caused by rebase (NFC) (llvm#1558)
1 parent eda09e7 commit 9125ffa

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
@@ -85,7 +85,7 @@ int s0(int a, int b) {
8585
// LLVM: !llvm.module.flags = !{!2}
8686

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

0 commit comments

Comments
 (0)