Mercurial > hg > CbC > CbC_llvm
annotate test/Linker/debug-info-version-b.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
rev | line source |
---|---|
77 | 1 ; RUN: true |
2 ; Companion for debug-info-version-a.ll. | |
3 | |
4 !llvm.module.flags = !{ !0 } | |
5 !llvm.dbg.cu = !{!1} | |
6 | |
83 | 7 !0 = !{i32 2, !"Debug Info Version", i32 42} |
95 | 8 !1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", isOptimized: false, file: !"I AM UNEXPECTED!") |
83 | 9 !2 = !{!"b.c", !""} |
10 !3 = !{} |