[LLVMdev] User defined types in LLVM-IR

Duncan Sands baldrick at free.fr
Fri Apr 1 10:38:29 PDT 2011


Hi Arushi,

> Given a LLVM bitcode file, is there any way of knowing which type declarations
> actually came from the user code and what transformations were made by the front
> end.

not really.  However debug info may give you some of the information you are
looking for.

Ciao, Duncan.



More information about the llvm-dev mailing list