commit | ae408e6f1e4e2e7658b76b8dec679aeae9a9df99 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jul 19 13:16:11 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jul 19 13:16:11 2008 +0000 |
tree | 20245ac67711a135461174e8d5b23840d46498f2 | |
parent | cff2ea06af03fd44758d937455f2b0999cbda60b [diff] [blame] |
Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53790 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/DarwinTargetAsmInfo.cpp b/lib/Target/DarwinTargetAsmInfo.cpp index 311126d..564d1a1 100644 --- a/lib/Target/DarwinTargetAsmInfo.cpp +++ b/lib/Target/DarwinTargetAsmInfo.cpp
@@ -32,6 +32,7 @@ SectionFlags::Mergeable); EightByteConstantSection_ = getUnnamedSection("\t.literal8\n", SectionFlags::Mergeable); + // Note: 16-byte constant section is subtarget specific and should be provided // there.