1 ; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
7 ; clang -target bpf -O2 -g -S -emit-llvm t.c
10 @a = common dso_local local_unnamed_addr global i16 0, align 2, !dbg !0
13 !llvm.module.flags = !{!7, !8, !9}
16 ; CHECK: .section .BTF,"",@progbits
17 ; CHECK-NEXT: .short 60319 # 0xeb9f
20 ; CHECK-NEXT: .long 24
22 ; CHECK-NEXT: .long 16
23 ; CHECK-NEXT: .long 16
25 ; CHECK-NEXT: .long 1 # BTF_KIND_INT(id = 1)
26 ; CHECK-NEXT: .long 16777216 # 0x1000000
28 ; CHECK-NEXT: .long 16777232 # 0x1000010
29 ; CHECK-NEXT: .byte 0 # string offset=0
30 ; CHECK-NEXT: .ascii "short" # string offset=1
33 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
34 !1 = distinct !DIGlobalVariable(name: "a", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
35 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 8.0.0 (trunk 344789) (llvm/trunk 344782)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5, nameTableKind: None)
36 !3 = !DIFile(filename: "t.c", directory: "/home/yhs/tmp")
39 !6 = !DIBasicType(name: "short", size: 16, encoding: DW_ATE_signed)
40 !7 = !{i32 2, !"Dwarf Version", i32 4}
41 !8 = !{i32 2, !"Debug Info Version", i32 3}
42 !9 = !{i32 1, !"wchar_size", i32 4}
43 !10 = !{!"clang version 8.0.0 (trunk 344789) (llvm/trunk 344782)"}