diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/dbg-file-name.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-file-name.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-file-name.ll b/llvm/test/DebugInfo/X86/dbg-file-name.ll index 60954b9746b..0716d8619c7 100644 --- a/llvm/test/DebugInfo/X86/dbg-file-name.ll +++ b/llvm/test/DebugInfo/X86/dbg-file-name.ll @@ -6,7 +6,7 @@ declare i32 @printf(i8*, ...) nounwind define i32 @main() nounwind !dbg !6 { - ret i32 0 + ret i32 0, !dbg !13 } !llvm.dbg.cu = !{!2} @@ -22,3 +22,4 @@ define i32 @main() nounwind !dbg !6 { !10 = !DIFile(filename: "simple.c", directory: "/Users/manav/one/two") !11 = !{} !12 = !{i32 1, !"Debug Info Version", i32 3} +!13 = !DILocation(line: 10, scope: !6) |