[Lldb-commits] [lldb] [llvm] [lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (PR #110058)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 06:24:18 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list