We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e8811 commit 24ab10fCopy full SHA for 24ab10f
clang/test/CIR/CodeGen/sourcelocation.cpp
@@ -84,7 +84,7 @@ int s0(int a, int b) {
84
// LLVM: !llvm.module.flags = !{!2}
85
86
// 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: "/data/users/lanza/Projects/clangir/clang/test/CIR/CodeGen")
+// LLVM: !1 = !DIFile(filename: "sourcelocation.cpp", directory: "{{.*}}/clang/test/CIR/CodeGen")
88
// LLVM: !2 = !{i32 2, !"Debug Info Version", i32 3}
89
// LLVM: !3 = distinct !DISubprogram(name: "_Z2s0ii", linkageName: "_Z2s0ii", scope: !1, file: !1, line: 6, type: !4, scopeLine: 1, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0)
90
// LLVM: !4 = !DISubroutineType(cc: DW_CC_normal, types: !5)
0 commit comments