summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0David Blaikie2019-12-181-3/+3
|
* DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functionsDavid Blaikie2019-12-181-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.
OpenPOWER on IntegriCloud