3 Commits

Author SHA1 Message Date
Wolfgang Pieb
3dc44a9d48 [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encoded the contribution
length excluding the table header. Instead it must encode the contribution length minus the length
field itself.

Reviewer: JDevliegehere

Differential Revision: https://reviews.llvm.org/D45922


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332030 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-10 20:02:34 +00:00
Wolfgang Pieb
f2e22f98b7 [DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf to avoid multiple triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323721 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-30 01:11:46 +00:00
Wolfgang Pieb
e62bd4b027 [DWARF] Recommitting a test reverted in r323560. Moved to x86 directory with explicit triple.
ELF support is required for type units.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323670 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-29 17:49:10 +00:00