Set the jt section

llvm-svn: 30781
This commit is contained in:
Chris Lattner 2006-10-06 22:52:33 +00:00
parent 3f92c791b4
commit f5b9b4a4b2

View File

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