From bb24791a5732c0c90074312886e3118c8a3da3d6 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 19 Jul 2008 13:16:11 +0000 Subject: Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. llvm-svn: 53790 --- llvm/lib/Target/DarwinTargetAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/DarwinTargetAsmInfo.cpp') 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. -- cgit v1.2.3