1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests/DebugInfo/DWARF
Igor Kudrin f1f74d729d Reland [DWARF] Add a unit test for DWARFUnit::getLength().
This is a follow-up of rL369529, where the return value of
DWARFUnit::getLength() was changed from uint32_t to uint64_t.
The test checks that a unit header with Length > 4G can be successfully
parsed and the value of the Length field is not truncated.

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

llvm-svn: 371510
2019-09-10 11:54:32 +00:00
..
CMakeLists.txt
DWARFDebugInfoTest.cpp Reland [DWARF] Add a unit test for DWARFUnit::getLength(). 2019-09-10 11:54:32 +00:00
DWARFDebugLineTest.cpp [DWARF] Add more error handling to debug line parser. 2019-07-22 23:23:34 +00:00
DWARFFormValueTest.cpp Support 64-bit offsets in utility classes (1/5) 2019-08-06 10:47:20 +00:00
DwarfGenerator.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
DwarfGenerator.h
DwarfUtils.cpp Fix DWARF DebugInfo unit test errors when cross-compiling 2019-06-03 22:22:03 +00:00
DwarfUtils.h Fix DWARF DebugInfo unit test errors when cross-compiling 2019-06-03 22:22:03 +00:00