commit | dc3064e2238af1b90bb0832c0b4424cbffb1964e | [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 | 25f1ab7344e3d3004c4749c00eca7a39ad753ec7 | |
parent | a389a612bb9ceceb19db6ff40aa21f32f3552d98 [diff] [blame] |
Set the jt section llvm-svn: 30781
diff --git a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index f9e4c4e..80ccd31 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
@@ -19,4 +19,5 @@ AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; + JumpTableDataSection = "\t.section .rodata\n"; }