brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · d50f87f Raw
11 lines · plain
1; RUN: llvm-dis < %s.bc | FileCheck %s2; RUN: verify-uselistorder < %s.bc3 4!llvm.module.flags = !{!0}5!0 = !{i32 2, !"Debug Info Version", i32 3}6 7!llvm.dbg.cu = !{!1}8; CHECK: DICompileUnit(language: DW_LANG_C99, file: !{{[0-9]+}}, isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug)9!1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, emissionKind: FullDebug)10!2 = !DIFile(filename: "foo.c", directory: "/path/to/dir")11