mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Don't bother setting JumpTableTextSection, it is about to disappear
llvm-svn: 30745
This commit is contained in:
parent
4f41b86e7f
commit
08da1a510d
@ -19,5 +19,4 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
|
||||
AlignmentIsInBytes = false;
|
||||
PrivateGlobalPrefix = "$";
|
||||
JumpTableDirective = ".gprel32";
|
||||
JumpTableTextSection = "\t.section .rodata\n";
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM) {
|
||||
AlignmentIsInBytes = false;
|
||||
ConstantPoolSection = "\t.const\t";
|
||||
JumpTableDataSection = ".const";
|
||||
JumpTableTextSection = "\t.text";
|
||||
LCOMMDirective = "\t.lcomm\t";
|
||||
StaticCtorsSection = ".mod_init_func";
|
||||
StaticDtorsSection = ".mod_term_func";
|
||||
|
@ -46,7 +46,6 @@ TargetAsmInfo::TargetAsmInfo() :
|
||||
SectionEndDirectiveSuffix(0),
|
||||
ConstantPoolSection("\t.section .rodata\n"),
|
||||
JumpTableDataSection("\t.section .rodata\n"),
|
||||
JumpTableTextSection("\t.text\n"),
|
||||
JumpTableDirective(0),
|
||||
StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"),
|
||||
StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user