Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DWARF Type Units: Avoid emitting type units under fission if the type ↵ | David Blaikie | 2014-04-26 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 | ||||
* | Add missing cpp file header | David Blaikie | 2014-04-25 | 1 | -0/+8 |
| | | | | | | Code review feedback from Paul Robinson on r207022 llvm-svn: 207198 | ||||
* | Separate out the DWARF address pool into its own type/files. | David Blaikie | 2014-04-23 | 1 | -0/+36 |
llvm-svn: 207022 |