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

            Bug ID: 22464
           Summary: Debug Info IR: Add specialized nodes for DIDescriptor
                    hierarchy
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P
         Component: Core LLVM classes
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
        Depends on: 22235
            Blocks: 21432
    Classification: Unclassified

Originally, I'd planned to move `GenericDebugNode` in underneath the
`DIDescriptor` classes as part of PR22235.  This would have required updating
all the testcases to use it, only to subsequently update every line *again* as
I implemented the more specialized nodes (making schema changes along the way).

Instead I'll be proceeding as follows: add specialized nodes that match the
current schema, add assembly/bitcode support for them, move them all underneath
the `DIDescriptor` hierarchy (only requiring each line to be updated *once*),
and then start hacking the schema once they're in place.

This PR is to track the work to build the new hierarchy and move it into place.

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