| commit | cb92c19fc4ac08a6e8e4806ce6f217d2e4f83b5c | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jan 15 23:18:01 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jan 15 23:18:01 2015 +0000 |
| tree | e5c2efec0e84d0dbd7dd89db16f7acfb42d75861 | |
| parent | 268757ba60a06aabd1d8b50d64db7d8b1c2dbbeb [diff] |
Use a trivial comdat for C++ tables. This produces comdats for vtables, typeinfo, typeinfo names, and vtts. When combined with llvm not producing implicit comdats, not doing this would cause code bloat on ELF and link errors on COFF. llvm-svn: 226227