Mercurial > hg > CbC > CbC_llvm
comparison test/DebugInfo/AArch64/little-endian-dump.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
1 ; RUN: llc -O0 -filetype=obj -mtriple=aarch64-none-linux < %s | llvm-dwarfdump - | FileCheck %s | |
2 | |
3 ; CHECK: file format ELF64-aarch64-little | |
4 | |
5 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" | |
6 | |
7 !llvm.dbg.cu = !{!0} | |
8 !llvm.module.flags = !{!3, !4} | |
9 !llvm.ident = !{!5} | |
10 | |
11 !0 = !{i32 786449, !1, i32 12, !"clang version 3.6.0 ", i1 false, !"", i32 0, !2, !2, !2, !2, !2, !"", i32 1} ; [ DW_TAG_compile_unit ] [/a/empty.c] [DW_LANG_C99] | |
12 !1 = !{!"empty.c", !"/a"} | |
13 !2 = !{} | |
14 !3 = !{i32 2, !"Dwarf Version", i32 4} | |
15 !4 = !{i32 2, !"Debug Info Version", i32 1} | |
16 !5 = !{!"clang version 3.6.0 "} |