From 852ab890b53887312e05c410670f8c678d1bfdbe Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 3 Mar 2011 22:31:08 +0000 Subject: Bug#9033: For the ELF assembler output, always quote the section name. llvm-svn: 126963 --- llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll | 4 ++-- llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/CodeGen/Mips') diff --git a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll index c3db6387aff..df9b2ebc9e8 100644 --- a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll +++ b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=mips -o %t -; RUN: grep {rodata.str1.4,"aMS",@progbits} %t | count 1 -; RUN: grep {r.data,} %t | count 1 +; RUN: grep {rodata.str1.4","aMS",@progbits} %t | count 1 +; RUN: grep {r.data",} %t | count 1 ; RUN: grep {\%hi} %t | count 2 ; RUN: grep {\%lo} %t | count 2 ; RUN: not grep {gp_rel} %t diff --git a/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll b/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll index 20bd8888906..04574155358 100644 --- a/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll +++ b/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=mips -o %t ; RUN: grep {CPI\[01\]_\[01\]:} %t | count 2 -; RUN: grep {rodata.cst4,"aM",@progbits} %t | count 1 +; RUN: grep {".rodata.cst4","aM",@progbits} %t | count 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-unknown-psp-elf" -- cgit v1.2.3