[llvm-commits] [llvm] r129402 - in /llvm/trunk/lib/CodeGen/AsmPrinter: CMakeLists.txt DwarfCompileUnit.h DwarfDebug.cpp DwarfDebug.h

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Tue Apr 12 16:26:22 PDT 2011


On 2011-04-12 18:53, Devang Patel wrote:
> Author: dpatel
> Date: Tue Apr 12 17:53:02 2011
> New Revision: 129402
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=129402&view=rev
> Log:
> This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious.
> 
> Modified:
>     llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt
>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h


DwarfCompileUnit.cpp is missing.


Cheers,
Rafael



More information about the llvm-commits mailing list