| commit | e12b49a6e8a9bab4f8f36768c9b2da82712ea6d6 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sat Apr 26 17:27:38 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sat Apr 26 17:27:38 2014 +0000 |
| tree | 53be5a2e2ebc18c65ffe8557c0af6b904ab4db7a | |
| parent | c2ad8f3ef13fd363788a971479f507d47c321821 [diff] |
DWARF Type Units: Avoid emitting type units under fission if the type requires an address. Since there's no way to ensure the type unit in the .dwo and the type unit skeleton in the .o are correlated, this cannot work. This implementation is a bit inefficient for a few reasons, called out in comments. llvm-svn: 207323