http://llvm.org/bugs/show_bug.cgi?id=15173

            Bug ID: 15173
           Summary: DataExtractor offsets need to be 64-bits to enable
                    DWARF64 support in DebugInfo
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

lib/DebugInfo doesn't currently support the 64-bit variant of DWARF (DWARF64).
To make such support possible, the DataExtractor class which is heavily used by
lib/DebugInfo needs to represent offsets in uint64_t rather than uint32_t.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to