Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0 | David Blaikie | 2019-12-18 | 1 | -3/+3 |
| | |||||
* | DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functions | David Blaikie | 2019-12-18 | 1 | -0/+36 |
Since the address pool doesn't get populated in this case (due to the lack of inlining, no child DIEs are added to the CU - so no addresses are needed for the DIEs themselves) until the range list is emitted - at the time the attributes are added to the CU, the address pool is empty. So check whether the address pool will be used for the range lists & add an addr_base if that's the case. |