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

Devang Patel dpatel at apple.com
Tue Apr 12 16:28:16 PDT 2011


On Apr 12, 2011, at 4:26 PM, Rafael Ávila de Espíndola wrote:

> 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.

Oops. svn add'ed in r129407.

-
Devang



More information about the llvm-commits mailing list