MC: Support multiple sections with the same name in the same comdat group
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Oct 2013 23:41:52 +0000 (23:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Oct 2013 23:41:52 +0000 (23:41 +0000)
commit2b3ea3cdad927cb0e346dd24e9bf84f8eb83babf
tree9f3e7575ee060cc4efe92e3168bb625168817418
parentf45787c645cdf9fb9e0f65b77d48630579a6d3e3
MC: Support multiple sections with the same name in the same comdat group

Code review by Eric Christopher and Rafael Espindola.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193209 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp
lib/MC/MCContext.cpp
test/MC/ELF/comdat-dup-group-name.s [new file with mode: 0644]