xref: /llvm-project/llvm/test/Transforms/GCOVProfiling/modules.ll (revision 0cefd53d6eed5d5ed5d117580d4feecf6d1b74b7)
1; RUN: opt -passes=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
8!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)
9!1 = !DIFile(filename: "<stdin>", directory: "/")
10!2 = !{}
11!3 = !{i32 2, !"Dwarf Version", i32 4}
12!4 = !{i32 2, !"Debug Info Version", i32 3}
13