diff options
-rw-r--r-- | llvm/test/DebugInfo/AArch64/line-header.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AArch64/line-header.ll b/llvm/test/DebugInfo/AArch64/line-header.ll index 5910358cdc3..f8220233faa 100644 --- a/llvm/test/DebugInfo/AArch64/line-header.ll +++ b/llvm/test/DebugInfo/AArch64/line-header.ll @@ -2,5 +2,5 @@ ; 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 -CHECK_LABEL: .debug_line contents: +CHECK-LABEL: .debug_line contents: CHECK: total_length: 0x0000003c |