brintos

brintos / llvm-project-archived public Read only

0
0
Text · 535 B · d52dc26 Raw
14 lines · plain
1; Test that DIFile representation upgrades with introduction of2; optional source field.3;4; RUN: llvm-dis < %s.bc | FileCheck %s5; RUN: verify-uselistorder < %s.bc6 7!llvm.dbg.cu = !{!1}8!llvm.module.flags = !{!3}9 10!1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, producer: "clang version 5.0.1 (tags/RELEASE_501/final)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug)11; CHECK-NOT: !DIFile({{.*}}source:{{.*}})12!2 = !DIFile(filename: "a.c", directory: "/test")13!3 = !{i32 2, !"Debug Info Version", i32 3}14