forked from OSchip/llvm-project
parent
3c9dc6bd46
commit
d45cd5eb81
|
|
@ -56,7 +56,6 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
|
||||||
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
|
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
|
||||||
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
|
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
|
||||||
} else {
|
} else {
|
||||||
Data16bitsDirective = "\t.half\t";
|
|
||||||
Data32bitsDirective = "\t.word\t";
|
Data32bitsDirective = "\t.word\t";
|
||||||
ZeroDirective = "\t.skip\t";
|
ZeroDirective = "\t.skip\t";
|
||||||
WeakRefDirective = "\t.weak\t";
|
WeakRefDirective = "\t.weak\t";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue