| commit | f1a6dea82c6b702842af75f2d98e89700bdd800d | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sat Feb 15 19:34:03 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sat Feb 15 19:34:03 2014 +0000 |
| tree | aae588144d8372734ead67b98269d2a9fd177a78 | |
| parent | 90181d6180cdfe050dd0cff470499e26b3d61dd5 [diff] |
DebugInfo: Deduplicate entries in the fission address table This broke in r185459 while TLS support was being generalized to handle non-symbol TLS representations. I thought about/tried having an enum rather than a bool to track the TLS-ness of the address table entry, but namespaces and naming seemed more hassle than it was worth for only one caller that needed to specify this. llvm-svn: 201469