blob: 1941ae43387ecc1a751bd32e7f21ed7119219c03 [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 Prantlb8089512016-04-01 00:16:49 +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, subprograms: !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}