We are about to start using DIEDwarfExpression to create global variable
DIEs, which happens before we generate code for functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I was briefly debating with myself whether it makes sense to subclass DIEDwarfExpression again for Expressions that are based off MachineRegs, but I think this is fine as well.
LGTM, thanks!