aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-08 01:00:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-08 01:00:38 +0000
commitbe346c94760037842bb12c9c8434a23c70a00162 (patch)
treeb0c046dadeda52140e1561c0a3abf3a837af1e23 /lib/Target/TargetAsmInfo.cpp
parentafe15815571b34d7d53e5a005240686089b18361 (diff)
downloadexternal_llvm-be346c94760037842bb12c9c8434a23c70a00162.zip
external_llvm-be346c94760037842bb12c9c8434a23c70a00162.tar.gz
external_llvm-be346c94760037842bb12c9c8434a23c70a00162.tar.bz2
Add ReadOnlySection directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index da47749..cf3f6ee 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -60,6 +60,7 @@ TargetAsmInfo::TargetAsmInfo() :
FourByteConstantSection(0),
EightByteConstantSection(0),
SixteenByteConstantSection(0),
+ ReadOnlySection(0),
GlobalDirective(0),
SetDirective(0),
LCOMMDirective(0),