diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-03-08 01:00:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-03-08 01:00:38 +0000 |
commit | 58aeb9c4443313d589ef172839ecf7bec6b599c4 (patch) | |
tree | 092cd74863b82650ccad51f8b63330b879333e02 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | f9e003b6538c47094d891099269a481237a15f02 (diff) | |
download | bcm5719-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.cpp | 1 |
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), |