search for: fabe8253

Displaying 2 results from an estimated 2 matches for "fabe8253".

2005 Jan 26
0
[LLVMdev] Identical types with distinct names
...://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1437 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050126/fabe8253/attachment.bin>
2005 Jan 26
4
[LLVMdev] Identical types with distinct names
Hi, I'm writing a frontend and I'd like to be able to provide names to struct types that mirror the names of the classes in the source language. Unfortunately, some of these generated structs are sometimes identical for distinct classes, and so LLVM forces them to have the same type and same name. This makes debugging kind of confusing. Is there some way to get the behavior I want