From 0c79fed5f95588525d850c987934e3af50e06740 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Oct 2006 22:52:33 +0000 Subject: [PATCH] Set the jt section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30781 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaTargetAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index f9e4c4e67f2..80ccd3122c9 100644 --- a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp @@ -19,4 +19,5 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) { AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; + JumpTableDataSection = "\t.section .rodata\n"; } -- 2.34.1