diff options
Diffstat (limited to 'llvm/test/Transforms/ObjCARC/basic.ll')
-rw-r--r-- | llvm/test/Transforms/ObjCARC/basic.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/Transforms/ObjCARC/basic.ll b/llvm/test/Transforms/ObjCARC/basic.ll index a6fdf5efa1a..61f027c6790 100644 --- a/llvm/test/Transforms/ObjCARC/basic.ll +++ b/llvm/test/Transforms/ObjCARC/basic.ll @@ -3037,10 +3037,18 @@ define void @test67(i8* %x) { } !llvm.module.flags = !{!1} +!llvm.dbg.cu = !{!3} !0 = !{} !1 = !{i32 1, !"Debug Info Version", i32 3} !2 = distinct !DISubprogram() +!3 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", + file: !4, + isOptimized: true, flags: "-O2", + splitDebugFilename: "abc.debug", emissionKind: 2, + subprograms: !{!2}) +!4 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") +!5 = !{i32 2, !"Debug Info Version", i32 3} ; CHECK: attributes #0 = { nounwind readnone } ; CHECK: attributes [[NUW]] = { nounwind } |