summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AArch64/line-header.ll
blob: 1d9156debf1c51785f0ef6d8be0ff841b52e3086 (plain)
1
2
3
4
5
6
; RUN: llc -mtriple=aarch64-none-linux -O0 -fast-isel -filetype=obj - < %S/../Inputs/line.ll | llvm-dwarfdump -v - | FileCheck %s
; RUN: llc -mtriple=aarch64_be-none-linux -O0 -fast-isel -filetype=obj - < %S/../Inputs/line.ll | llvm-dwarfdump -v - | FileCheck %s

; check line table length is correctly calculated for both big and little endian
CHECK-LABEL: .debug_line contents:
CHECK: total_length: 0x0000003f
OpenPOWER on IntegriCloud