blob: fa51d2943b88063ebb8c884c8b824965b165be98 [file] [log] [blame]
Vedant Kumar61035fa2016-01-21 17:04:42 +00001; RUN: opt -insert-gcov-profiling -o - < %s | llvm-dis | FileCheck -check-prefix=EMIT-ARCS %s
2
3; EMIT-ARCS-NOT: call void @llvm_gcda_start_file
4
5!llvm.dbg.cu = !{!0}
6!llvm.module.flags = !{!3, !4}
7
Adrian Prantl75819ae2016-04-15 15:57:41 +00008!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "LLVM", isOptimized: false, runtimeVersion: 2, splitDebugFilename: "my.dwo", emissionKind: FullDebug, enums: !2, retainedTypes: !2, globals: !2, imports: !2, dwoId: 43981)
Vedant Kumar61035fa2016-01-21 17:04:42 +00009!1 = !DIFile(filename: "<stdin>", directory: "/")
10!2 = !{}
11!3 = !{i32 2, !"Dwarf Version", i32 4}
12!4 = !{i32 2, !"Debug Info Version", i32 3}