[llvm-commits] [llvm] r159237 - in /llvm/trunk: include/llvm/Analysis/DebugInfo.h lib/Analysis/DebugInfo.cpp

Eric Christopher echristo at apple.com
Tue Jun 26 16:46:40 PDT 2012


On Jun 26, 2012, at 3:57 PM, Bill Wendling <isanbard at gmail.com> wrote:

> Revamp how debugging information is emitted for debug info objects.
> 
> It's not necessary for each DI class to have its own copy of `print' and
> `dump'. Instead, just give DIDescriptor those methods and have it call the
> appropriate debugging printing routine based on the type of the debug
> information.

Sure. That works. Thanks!

-eric



More information about the llvm-commits mailing list