[llvm-dwp] Restructure inputs for test case so they're all grouped togetherllvm-svn: 254922
[llvm-dwp] Add coverage for both the presence and absence of type units, and fix/remove the emission of a broken tu_index when no type units are presentllvm-svn: 254833
[llvm-dwp] Rename the sufficiently-modified test to reflect it's non-simplicityllvm-svn: 254829
[llvm-dwp] Support debug_tu_indexllvm-svn: 254827
[llvm-dwp] Initial partial prototypeThis just concatenates the common DWP sections without doing any of thefancy DWP things like:1) update str_offsets2) deduplicating strings3) merging/creatin
[llvm-dwp] Initial partial prototypeThis just concatenates the common DWP sections without doing any of thefancy DWP things like:1) update str_offsets2) deduplicating strings3) merging/creating cu/tu_indexPatches for these will follow shortly.(also not sure about target triple/object file type for this tool - do Ireally need a whole triple just to write an object file that containspurely static/hardcoded bytes in each section? & I guess I should justpick it based on the first input, maybe, rather than hardcoding for now- but we only produce .dwo on ELF platforms with objcopy for now anyway)llvm-svn: 254355
show more ...