From 0848da204866f6e0ceb7d125fcbecbb24fd2d788 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264704 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/AArch64/line-header.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/AArch64/line-header.ll b/test/DebugInfo/AArch64/line-header.ll index 5910358cdc3..f8220233faa 100644 --- a/test/DebugInfo/AArch64/line-header.ll +++ b/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.11.0