From ea83b133503afcd6589cf317cbb54ccd9e100f57 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126963 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Blackfin/jumptable.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/Blackfin') diff --git a/test/CodeGen/Blackfin/jumptable.ll b/test/CodeGen/Blackfin/jumptable.ll index 263533c..21fc1df 100644 --- a/test/CodeGen/Blackfin/jumptable.ll +++ b/test/CodeGen/Blackfin/jumptable.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=bfin -verify-machineinstrs | FileCheck %s -; CHECK: .section .rodata +; CHECK: .section ".rodata" ; CHECK: JTI0_0: ; CHECK: .long .BB0_1 -- cgit v1.1