mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 13:08:00 +00:00
Indent the .text, .data, and .bss directives in assembly output, so that
they are consistent with the other directives. llvm-svn: 36687
This commit is contained in:
parent
793c6e2d5e
commit
fd25a9d9a3
@ -19,9 +19,9 @@
|
||||
using namespace llvm;
|
||||
|
||||
TargetAsmInfo::TargetAsmInfo() :
|
||||
TextSection(".text"),
|
||||
DataSection(".data"),
|
||||
BSSSection(".bss"),
|
||||
TextSection("\t.text"),
|
||||
DataSection("\t.data"),
|
||||
BSSSection("\t.bss"),
|
||||
TLSDataSection("\t.section .tdata,\"awT\",@progbits"),
|
||||
TLSBSSSection("\t.section .tbss,\"awT\",@nobits"),
|
||||
ZeroFillDirective(0),
|
||||
|
Loading…
Reference in New Issue
Block a user