2018-01-03 00:30:47 +08:00
|
|
|
; 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
|
2016-01-20 23:59:14 +08:00
|
|
|
|
|
|
|
; check line table length is correctly calculated for both big and little endian
|
2016-03-29 15:03:27 +08:00
|
|
|
CHECK-LABEL: .debug_line contents:
|
2018-10-12 07:37:58 +08:00
|
|
|
CHECK: total_length: 0x0000003f
|