diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-07-19 13:16:11 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-07-19 13:16:11 +0000 |
commit | bb24791a5732c0c90074312886e3118c8a3da3d6 (patch) | |
tree | 548bace18c4510f6539229119651a797e72b27c8 /llvm/lib/Target/DarwinTargetAsmInfo.cpp | |
parent | aaee859a18594895eb325a6a369090ac313c17c3 (diff) | |
download | bcm5719-llvm-bb24791a5732c0c90074312886e3118c8a3da3d6.tar.gz bcm5719-llvm-bb24791a5732c0c90074312886e3118c8a3da3d6.zip |
Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
llvm-svn: 53790
Diffstat (limited to 'llvm/lib/Target/DarwinTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/DarwinTargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/DarwinTargetAsmInfo.cpp b/llvm/lib/Target/DarwinTargetAsmInfo.cpp index 311126d0113..564d1a18357 100644 --- a/llvm/lib/Target/DarwinTargetAsmInfo.cpp +++ b/llvm/lib/Target/DarwinTargetAsmInfo.cpp @@ -32,6 +32,7 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const TargetMachine &TM) { SectionFlags::Mergeable); EightByteConstantSection_ = getUnnamedSection("\t.literal8\n", SectionFlags::Mergeable); + // Note: 16-byte constant section is subtarget specific and should be provided // there. |