mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add FIXME needed to be resolved later
llvm-svn: 53324
This commit is contained in:
parent
93fef00b0f
commit
2b2543166d
@ -157,6 +157,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
|
||||
}
|
||||
ReadOnlySection = "\t.const\n";
|
||||
ReadOnlySection_ = getUnnamedSection("\t.const\n", SectionFlags::None);
|
||||
// FIXME: These should be named sections, really.
|
||||
TextCoalSection =
|
||||
getUnnamedSection(".section __TEXT,__textcoal_nt,coalesced,pure_instructions",
|
||||
SectionFlags::Code);
|
||||
|
Loading…
Reference in New Issue
Block a user