11 lines · plain
1; RUN: llvm-as -disable-output <%s 2>&1 | FileCheck %s2; CHECK: warning: ignoring invalid debug info3 4!llvm.dbg.cu = !{!0}5!llvm.module.flags = !{!3}6 7!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.0 (trunk 131941)", isOptimized: true, emissionKind: FullDebug, file: !2, retainedTypes: !1)8!1 = distinct !DISubprogram(name: "main", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 1, scope: !2)9!2 = !DIFile(filename: "/davide/test", directory: "/")10!3 = !{i32 1, !"Debug Info Version", i32 3}11