[LLVMdev] Associating types directly with debug metadata?

Chris Lattner clattner at apple.com
Wed Sep 29 11:28:46 PDT 2010


On Sep 29, 2010, at 10:05 AM, Devang Patel wrote:

> 
> On Sep 29, 2010, at 4:30 AM, Pekka Nikander wrote:
> 
>> We would need to access the LLVM debug metadata type information directly from LLVM types.  It looks like the current clang and llvm-gcc don't support such an association, nor appears the LLVM itself do.
> 
> True. I am curious how do you want to use this association ? 

Be aware that types are uniqued and that the IR name is completely meaningless.

-Chris



More information about the llvm-dev mailing list