Add FIXME needed to be resolved later
llvm-svn: 53324
This commit is contained in:
@@ -157,6 +157,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
|
|||||||
}
|
}
|
||||||
ReadOnlySection = "\t.const\n";
|
ReadOnlySection = "\t.const\n";
|
||||||
ReadOnlySection_ = getUnnamedSection("\t.const\n", SectionFlags::None);
|
ReadOnlySection_ = getUnnamedSection("\t.const\n", SectionFlags::None);
|
||||||
|
// FIXME: These should be named sections, really.
|
||||||
TextCoalSection =
|
TextCoalSection =
|
||||||
getUnnamedSection(".section __TEXT,__textcoal_nt,coalesced,pure_instructions",
|
getUnnamedSection(".section __TEXT,__textcoal_nt,coalesced,pure_instructions",
|
||||||
SectionFlags::Code);
|
SectionFlags::Code);
|
||||||
|
|||||||
Reference in New Issue
Block a user