Skip to content
Snippets Groups Projects
Commit bcfb41ca authored by Anton Korobeynikov's avatar Anton Korobeynikov
Browse files

Add missed section

llvm-svn: 53354
parent b9aaddc1
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM): ...@@ -147,6 +147,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
FourByteConstantSection = "\t.literal4\n"; FourByteConstantSection = "\t.literal4\n";
FourByteConstantSection_ = getUnnamedSection("\t.literal4\n", FourByteConstantSection_ = getUnnamedSection("\t.literal4\n",
SectionFlags::Mergeable); SectionFlags::Mergeable);
EightByteConstantSection = "\t.literal8\n";
EightByteConstantSection_ = getUnnamedSection("\t.literal8\n", EightByteConstantSection_ = getUnnamedSection("\t.literal8\n",
SectionFlags::Mergeable); SectionFlags::Mergeable);
// FIXME: Why don't always use this section? // FIXME: Why don't always use this section?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment