diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-10-27 16:14:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-10-27 16:14:06 +0000 |
commit | c50209bf685c2ab336b93d5989cb7ae56f769b7a (patch) | |
tree | 9abf04f9db9f010a9ec0aab0dfcabbb87abd7c2c /lib | |
parent | 8b93a9c609075346309d3e5fdfdc6a620820e210 (diff) |
Initialize CStringSection member var.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 7d463ce572..b4014dd6b2 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -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), |