llvm-project/lld/include
Rui Ueyama 4cefbd8b72 Resolver: Fix incorrect DenseMap mapping info.
Previously, getEmptyKey and getTombstoneKey return the same value
in the sense of isEqual defined by the same class, although they
need to be distinct values. This could confuse DenseMap.

We didn't see any issue by this wrong code because we don't delete
elements from the symbol table. We only add or replace elements.
But this is a bug and needs to be fixed anyway.

llvm-svn: 231618
2015-03-09 02:00:54 +00:00
..
lld Resolver: Fix incorrect DenseMap mapping info. 2015-03-09 02:00:54 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00