================
@@ -117,7 +119,7 @@ TEST_F(SymbolFileDWARFTests,
ParseArangesWithMultipleTerminators) {
unsigned char binary_data[] = {
0, 0, 0, 0, // unit_length that will be set correctly after this
0, 2, // DWARF version number (uint16_t)
- 0, 0, 0, 0, // CU offset (ignored for the purposes of this test)
+ 0, 0, 0, 255, // CU offset (ignored for the purposes of this test)
----------------
labath wrote:
So, maybe it's not ignored anymore?
https://github.com/llvm/llvm-project/pull/110058
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits