commit | cf0f6c28077b134bcc1d36143ef2f4f646ff982e | [log] [tgz] |
---|---|---|
author | asl <asl@91177308-0d34-0410-b5e6-96231b3b80d8> | Sat Jul 19 13:15:46 2008 +0000 |
committer | asl <asl@91177308-0d34-0410-b5e6-96231b3b80d8> | Sat Jul 19 13:15:46 2008 +0000 |
tree | 1b989093b852c6aa5065cc358653b91b8ae3c38f | |
parent | 631323bdb86e6dc7f44a8233370e6501ca46f1c9 [diff] [blame] |
Fix a FIXME :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53789 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 0e634c6..f7443c3 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -148,6 +148,8 @@ // FIXME: Why don't always use this section? if (is64Bit) { SixteenByteConstantSection = "\t.literal16\n"; + SixteenByteConstantSection_ = getUnnamedSection("\t.literal16\n", + SectionFlags::Mergeable); } ReadOnlySection = "\t.const\n";