1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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";
}