[LLVMbugs] [Bug 15173] New: DataExtractor offsets need to be 64-bits to enable DWARF64 support in DebugInfo
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Feb  5 16:19:24 PST 2013
    
    
  
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: unassignedbugs at nondot.org
          Reporter: eliben at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130206/7f993725/attachment.html>
    
    
More information about the llvm-bugs
mailing list