Set the jt section

llvm-svn: 30781
This commit is contained in:
Chris Lattner 2006-10-06 22:52:33 +00:00
parent a389a612bb
commit dc3064e223
1 changed files with 1 additions and 0 deletions

View File

@ -19,4 +19,5 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
AlignmentIsInBytes = false;
PrivateGlobalPrefix = "$";
JumpTableDirective = ".gprel32";
JumpTableDataSection = "\t.section .rodata\n";
}