commit | dedcd846b7f25e12dde62b5e141004c94483ff80 | [log] [tgz] |
---|---|---|
author | asl <asl@91177308-0d34-0410-b5e6-96231b3b80d8> | Sat Jul 19 13:16:11 2008 +0000 |
committer | asl <asl@91177308-0d34-0410-b5e6-96231b3b80d8> | Sat Jul 19 13:16:11 2008 +0000 |
tree | 20245ac67711a135461174e8d5b23840d46498f2 | |
parent | cf0f6c28077b134bcc1d36143ef2f4f646ff982e [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.