Skip to content

Commit

Permalink
[CIR][NFC] Make test more portable on windows
Browse files Browse the repository at this point in the history
Fixes #337
  • Loading branch information
bcardosolopes authored and lanza committed Jan 29, 2024
1 parent 50a5d07 commit 9f2cadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CIR/CodeGen/sourcelocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ int s0(int a, int b) {
// LLVM: !llvm.dbg.cu = !{!1}
// LLVM: !0 = !{i32 2, !"Debug Info Version", i32 3}
// LLVM: !1 = distinct !DICompileUnit(language: DW_LANG_C, file: !2, producer: "MLIR", isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly)
// LLVM: !2 = !DIFile(filename: "sourcelocation.cpp", directory: "{{.*}}clang/test/CIR/CodeGen")
// LLVM: !2 = !DIFile(filename: "sourcelocation.cpp", directory: "{{.*}}CodeGen")
// LLVM: ![[#SP]] = distinct !DISubprogram(name: "_Z2s0ii", linkageName: "_Z2s0ii", scope: !2, file: !2, line: 6, type: !4, scopeLine: 1, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1)
// LLVM: ![[#LOC1]] = !DILocation(line: 6, scope: ![[#SP]])

0 comments on commit 9f2cadf

Please sign in to comment.