commit | 0c79fed5f95588525d850c987934e3af50e06740 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Oct 06 22:52:33 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Oct 06 22:52:33 2006 +0000 |
tree | 369693eca4027d27007ba4d1bccff6d7feb501f9 | |
parent | cf9668f23d67b171d3529087061b1387b20eb8b9 [diff] [blame] |
Set the jt section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30781 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index f9e4c4e..80ccd31 100644 --- a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
@@ -19,4 +19,5 @@ AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; + JumpTableDataSection = "\t.section .rodata\n"; }