Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Bitcode / metadata-source.ll
blobd52dc260d2227b5c959285f69e84220f4b1fab7f
1 ; Test that DIFile representation upgrades with introduction of
2 ; optional source field.
4 ; RUN: llvm-dis < %s.bc | FileCheck %s
5 ; RUN: verify-uselistorder < %s.bc
7 !llvm.dbg.cu = !{!1}
8 !llvm.module.flags = !{!3}
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}