Sets the section names for fixed-size constants and use the mergeable
authorDan Gohman <gohman@apple.com>
Thu, 3 May 2007 16:38:57 +0000 (16:38 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 3 May 2007 16:38:57 +0000 (16:38 +0000)
commit6f858e250b689038f2ff4d903f51db74632fd09a
tree8b75ef4c45aec80cb5b64e7ca2898ecbd6c1e0dc
parent46040234123b0a8de399fb52ba7c8cb8203d1b5f
Sets the section names for fixed-size constants and use the mergeable
flag for ELF on x86 so that duplicate constants can be eliminated by
the linker. This matches what GCC does with its -fmerge-constants
option, which is enabled at most -O levels.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36666 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp