From e389f8d96132f02a1075e2f40998ec5d7fc714e3 Mon Sep 17 00:00:00 2001 From: Junmo Park Date: Tue, 29 Mar 2016 07:03:27 +0000 Subject: [PATCH] fixed typo - CHECK-LABEL llvm-svn: 264704 --- llvm/test/DebugInfo/AArch64/line-header.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/AArch64/line-header.ll b/llvm/test/DebugInfo/AArch64/line-header.ll index 5910358..f822023 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 -- 2.7.4