summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/BinaryFormat/DwarfTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DWARF: Unify form size handling codePavel Labath2018-03-141-0/+53
| | | | | | | | | | | | | | | | | Summary: This patch replaces the two switches which are deducing the size of various forms with a single implementation. I have put the new implementation into BinaryFormat, to avoid introducing dependencies between the two independent libraries (DebugInfo and CodeGen) that need this functionality. Reviewers: aprantl, JDevlieghere, dblaikie Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44418 llvm-svn: 327486
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+142
This creates a new library called BinaryFormat that has all of the headers from llvm/Support containing structure and layout definitions for various types of binary formats like dwarf, coff, elf, etc as well as the code for identifying a file from its magic. Differential Revision: https://reviews.llvm.org/D33843 llvm-svn: 304864
OpenPOWER on IntegriCloud