Displaying 2 results from an estimated 2 matches for "debugnod".
Did you mean:
debugnode
2015 Feb 20
6
[LLVMdev] Questions before moving the new debug info hierarchy into place
...e transition to the new debug info
hierarchy. For reference, I've attached two WIP patches (which would be
squashed before commit) and the WIP upgrade script I'm using.
- transition-code.patch: Change the `DIDescriptor` hierarchy to
lightweight wrappers around the subclasses of `DebugNode` (instead
of rather heavier wrappers around `MDTuple`), and update
`DIBuilder` to generate the right things.
- transition-testcases.patch: Upgrade of testcases, entirely
generated from the upgrade script (so far).
- upgrade-specialized-nodes.sh: Script to upgrade LLVM ass...
2015 Feb 20
2
[LLVMdev] Questions before moving the new debug info hierarchy into place
...ebug info
> hierarchy. For reference, I've attached two WIP patches (which would be
> squashed before commit) and the WIP upgrade script I'm using.
>
> - transition-code.patch: Change the `DIDescriptor` hierarchy to
> lightweight wrappers around the subclasses of `DebugNode` (instead
> of rather heavier wrappers around `MDTuple`), and update
> `DIBuilder` to generate the right things.
> - transition-testcases.patch: Upgrade of testcases, entirely
> generated from the upgrade script (so far).
> - upgrade-specialized-nodes.sh: S...