Create a stub for DWARF parser unittests
authorAlexey Samsonov <samsonov@google.com>
Wed, 17 Apr 2013 08:29:02 +0000 (08:29 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 17 Apr 2013 08:29:02 +0000 (08:29 +0000)
commitcd61455798777446f35723fdb77f54a17e602009
tree2444497f48eec7342a67e3899a1d4148b2bda2ad
parentce47d5ba8cf7e30cbf0d6b80d3f7d10916c7fe31
Create a stub for DWARF parser unittests

Moves one DWARF-specific header to include/llvm/DebugInfo from lib/.
Add a short unittest for r179095.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179678 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARFFormValue.h [new file with mode: 0644]
lib/DebugInfo/DWARFCompileUnit.cpp
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFFormValue.h [deleted file]
unittests/CMakeLists.txt
unittests/DebugInfo/CMakeLists.txt [new file with mode: 0644]
unittests/DebugInfo/DWARFFormValueTest.cpp [new file with mode: 0644]
unittests/DebugInfo/Makefile [new file with mode: 0644]
unittests/Makefile