[llvm-commits] [llvm] r52800 - in /llvm/trunk: include/llvm/CodeGen/MachineDebugInfoDesc.h include/llvm/CodeGen/MachineModuleInfo.h lib/CodeGen/DwarfWriter.cpp lib/CodeGen/MachineDebugInfoDesc.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/Sel

Chris Lattner clattner at apple.com
Fri Jun 27 16:59:28 PDT 2008


>>>
>>> @@ -0,0 +1,706 @@
>>> +//===-- llvm/CodeGen/MachineDebugInfoDesc.h ---------------------*-
>>> C++ -*-===//
>>
>> How about just MachineDebugInfo.h?
>>
> I'm separating out other stuff into that file.

Ok

>>> +#include "llvm/GlobalValue.h"
>>
>> Is it possible to just extern the classes that are used?
>>
> It's using the GlobalValue::LinkageTypes enum. I suppose I could make
> it an unsigned int instead?

I think unsigned int is best here.

>> Are these headers really independent of each other?
>>
> Yes.

ok!

-Chris



More information about the llvm-commits mailing list