summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit58aeb9c4443313d589ef172839ecf7bec6b599c4 (patch)
tree092cd74863b82650ccad51f8b63330b879333e02 /llvm/lib/Target/TargetAsmInfo.cpp
parentf9e003b6538c47094d891099269a481237a15f02 (diff)
downloadbcm5719-llvm-58aeb9c4443313d589ef172839ecf7bec6b599c4.tar.gz
bcm5719-llvm-58aeb9c4443313d589ef172839ecf7bec6b599c4.zip
Add ReadOnlySection directive.
llvm-svn: 35015
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index da477493440..cf3f6eec39a 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -60,6 +60,7 @@ TargetAsmInfo::TargetAsmInfo() :
FourByteConstantSection(0),
EightByteConstantSection(0),
SixteenByteConstantSection(0),
+ ReadOnlySection(0),
GlobalDirective(0),
SetDirective(0),
LCOMMDirective(0),
OpenPOWER on IntegriCloud