forked from OSchip/llvm-project
![]() Some dwarf loaders in LLVM are hard-coded to only accept 4-byte and 8-byte address sizes. This patch generalizes acceptance into `DWARFContext::isAddressSizeSupported` and provides a common way to generate rejection errors. The MSP430 target has been given new tests to cover dwarf loading cases that previously failed due to 2-byte addresses. Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D111953 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DWARFAcceleratorTableTest.cpp | ||
DWARFDataExtractorTest.cpp | ||
DWARFDebugArangeSetTest.cpp | ||
DWARFDebugFrameTest.cpp | ||
DWARFDebugInfoTest.cpp | ||
DWARFDebugLineTest.cpp | ||
DWARFDieManualExtractTest.cpp | ||
DWARFDieTest.cpp | ||
DWARFExpressionCompactPrinterTest.cpp | ||
DWARFExpressionCopyBytesTest.cpp | ||
DWARFFormValueTest.cpp | ||
DWARFListTableTest.cpp | ||
DWARFLocationExpressionTest.cpp | ||
DwarfGenerator.cpp | ||
DwarfGenerator.h | ||
DwarfUtils.cpp | ||
DwarfUtils.h |