Allow duplicated abs symbols with the same value.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 2 Dec 2016 02:58:21 +0000 (02:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 2 Dec 2016 02:58:21 +0000 (02:58 +0000)
commit858c092daad5b707382194b698d5880c1c9b91ce
tree1f46c99264a348c591bdadc5de82f546c592e28c
parent25a40759c1ac5a8ae3fac828928d10d66bf09468
Allow duplicated abs symbols with the same value.

This is a fairly reasonable bfd extension since there is one obvious value.

dtrace depends on this feature as it creates multiple absolute
symbols with the same value.

llvm-svn: 288461
lld/ELF/SymbolTable.cpp
lld/test/ELF/abs-conflict.s [new file with mode: 0644]