search for: 005dbdaf

Displaying 1 result from an estimated 1 matches for "005dbdaf".

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