search for: d40207

Displaying 1 result from an estimated 1 matches for "d40207".

2017 Nov 20
4
Debugging LLVM IR - Reviving the DebugIR pass
...doesn't make much sense to use it). Asm can sometimes be too "low level", so it's nice to have the ability to single-step at the IR level. The pass that used to do this (-debugir) bitrotted and was removed from tree. I spent the weekend bringing it back: https://reviews.llvm.org/D40207 I'd love to have some help with reviews and tests I should write for this, because I don't understand the debug info side of LLVM very well. Also, is there a protocol to have a review be put on the "review corner"? I'd be glad if this patch could be listed there :) Thanks,...