[ARM] Split large truncating MVE stores
[llvm-complete.git] / test / CodeGen / BPF / reloc-btf.ll
blob8dbd2eff76c7e83c53b30faa5aeaf6f4bd4569d5
1 ; RUN: llc -march=bpfel -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-RELOC %s
3 ; Function Attrs: norecurse nounwind readnone
4 define dso_local i32 @test() local_unnamed_addr #0 !dbg !7 {
5 entry:
6   ret i32 0, !dbg !11
9 ; CHECK-RELOC: file format ELF64-BPF
10 ; CHECK-RELOC: RELOCATION RECORDS FOR [.debug_info]:
11 ; CHECK-RELOC: R_BPF_64_32 .debug_abbrev
12 ; CHECK-RELOC: R_BPF_64_64 .text
13 ; CHECK-RELOC: RELOCATION RECORDS FOR [.BTF.ext]:
14 ; CHECK-RELOC: R_BPF_NONE .text
16 attributes #0 = { norecurse nounwind readnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
18 !llvm.dbg.cu = !{!0}
19 !llvm.module.flags = !{!3, !4, !5}
20 !llvm.ident = !{!6}
22 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 8.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, nameTableKind: None)
23 !1 = !DIFile(filename: "tt.c", directory: "/home/yhs/tmp")
24 !2 = !{}
25 !3 = !{i32 2, !"Dwarf Version", i32 4}
26 !4 = !{i32 2, !"Debug Info Version", i32 3}
27 !5 = !{i32 1, !"wchar_size", i32 4}
28 !6 = !{!"clang version 8.0.0 (trunk 350573) (llvm/trunk 350569)"}
29 !7 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 1, type: !8, scopeLine: 1, isDefinition: true, isOptimized: true, unit: !0, retainedNodes: !2)
30 !8 = !DISubroutineType(types: !9)
31 !9 = !{!10}
32 !10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
33 !11 = !DILocation(line: 1, column: 14, scope: !7)