Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AsmPrinter: Don't emit empty .debug_loc entries | Duncan P. N. Exon Smith | 2015-06-21 | 1 | -0/+46 |
If we don't know how to represent a .debug_loc entry, skip the entry entirely rather than emitting an empty one. Similarly, if a .debug_loc list has no entries, don't create the list. We still want to create the variables, just in an optimized-out form that doesn't have a DW_AT_location. llvm-svn: 240244 |