commit | cff2ea06af03fd44758d937455f2b0999cbda60b | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jul 19 13:15:46 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jul 19 13:15:46 2008 +0000 |
tree | 1b989093b852c6aa5065cc358653b91b8ae3c38f | |
parent | 18f6ed9c29583283219a0c7e575b0a3d335b84d5 [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";