mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Indent the .text, .data, and .bss directives in assembly output, so that
they are consistent with the other directives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4998264403
commit
9570165ef0
@ -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…
x
Reference in New Issue
Block a user