commit | be346c94760037842bb12c9c8434a23c70a00162 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Mar 08 01:00:38 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Mar 08 01:00:38 2007 +0000 |
tree | b0c046dadeda52140e1561c0a3abf3a837af1e23 | |
parent | afe15815571b34d7d53e5a005240686089b18361 [diff] [blame] |
Add ReadOnlySection directive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35015 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ FourByteConstantSection(0), EightByteConstantSection(0), SixteenByteConstantSection(0), + ReadOnlySection(0), GlobalDirective(0), SetDirective(0), LCOMMDirective(0),