mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix Data16bitsDirective for ELF.
llvm-svn: 33549
This commit is contained in:
parent
2b4f267d57
commit
762787bed7
@ -56,7 +56,6 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
|
||||
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
|
||||
DwarfMacInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
|
||||
} else {
|
||||
Data16bitsDirective = "\t.half\t";
|
||||
Data32bitsDirective = "\t.word\t";
|
||||
ZeroDirective = "\t.skip\t";
|
||||
WeakRefDirective = "\t.weak\t";
|
||||
|
Loading…
x
Reference in New Issue
Block a user