This enables 64-bit DWARF support for parsing range and location list tables.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Seems reasonable.
lib/DebugInfo/DWARF/DWARFListTable.cpp | ||
---|---|---|
30 | Should there be an error if the header is neither known size? |
lib/DebugInfo/DWARF/DWARFListTable.cpp | ||
---|---|---|
30 | I agree, if the first 4 bytes hold a value that's reserved by DWARF then we should return an error. |
test/tools/llvm-dwarfdump/X86/debug_rnglists_reserved_length.s | ||
---|---|---|
3 | An optional suggestion: you can also use --implicit-check-not=error and delete CHECK-NOT: error: below. |
Should there be an error if the header is neither known size?