forked from OSchip/llvm-project
don't override the default of this, the only difference is \t instead of ' '.
llvm-svn: 77838
This commit is contained in:
parent
b2aebed2dc
commit
9836976567
|
@ -45,8 +45,6 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) :
|
|||
CommentString = "#";
|
||||
GlobalPrefix = "";
|
||||
PrivateGlobalPrefix = ".L";
|
||||
StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
|
||||
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
|
||||
UsedDirective = "\t# .no_dead_strip\t";
|
||||
WeakRefDirective = "\t.weak\t";
|
||||
|
||||
|
|
Loading…
Reference in New Issue