2016-01-20 23:59:14 +08:00
|
|
|
; RUN: llc -mtriple=aarch64-none-linux -O0 -filetype=obj - < %S/../Inputs/line.ll | llvm-dwarfdump - | FileCheck %s
|
|
|
|
; RUN: llc -mtriple=aarch64_be-none-linux -O0 -filetype=obj - < %S/../Inputs/line.ll | llvm-dwarfdump - | FileCheck %s
|
|
|
|
|
|
|
|
; 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:
|
2016-12-16 22:02:28 +08:00
|
|
|
CHECK: total_length: 0x0000003e
|