mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Initialize CStringSection member var.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b93a9c609
commit
c50209bf68
@ -49,6 +49,7 @@ TargetAsmInfo::TargetAsmInfo() :
|
||||
ConstantPoolSection("\t.section .rodata\n"),
|
||||
JumpTableDataSection("\t.section .rodata\n"),
|
||||
JumpTableDirective(0),
|
||||
CStringSection(0),
|
||||
StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"),
|
||||
StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"),
|
||||
FourByteConstantSection(0),
|
||||
|
Loading…
Reference in New Issue
Block a user