summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/string-offsets-multiple-cus.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DWARF] Temporarily removing a test that caused an independent failure on ↵Wolfgang Pieb2018-01-261-159/+0
| | | | | | | | the mingw target. Will recommit once that is addressed. llvm-svn: 323560
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-0/+159
Summary: This is the producer side for DWARF v5 string offsets tables. The reader/consumer side was committed with r321295. All compile and type units in a module share a contribution to the string offsets table. Indirect strings use the strx{1,2,3,4} index forms. Reviewers: dblaikie, aprantl, JDevliegehere Differential Revision: https://reviews.llvm.org/D42021 llvm-svn: 323546
OpenPOWER on IntegriCloud