diff --git a/clang/test/CIR/CodeGen/sourcelocation.cpp b/clang/test/CIR/CodeGen/sourcelocation.cpp index 488162e8a1e0..1de741f83551 100644 --- a/clang/test/CIR/CodeGen/sourcelocation.cpp +++ b/clang/test/CIR/CodeGen/sourcelocation.cpp @@ -84,7 +84,7 @@ int s0(int a, int b) { // LLVM: !llvm.module.flags = !{!2} // LLVM: !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "MLIR", isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly) -// LLVM: !1 = !DIFile(filename: "sourcelocation.cpp", directory: "/data/users/lanza/Projects/clangir/clang/test/CIR/CodeGen") +// LLVM: !1 = !DIFile(filename: "sourcelocation.cpp", directory: "{{.*}}/clang/test/CIR/CodeGen") // LLVM: !2 = !{i32 2, !"Debug Info Version", i32 3} // LLVM: !3 = distinct !DISubprogram(name: "_Z2s0ii", linkageName: "_Z2s0ii", scope: !1, file: !1, line: 6, type: !4, scopeLine: 1, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) // LLVM: !4 = !DISubroutineType(cc: DW_CC_normal, types: !5)