[LLVMdev] common type at compile time?

Duncan Sands baldrick at free.fr
Thu Oct 20 09:19:27 PDT 2011


> I want this to be done at compile time, so I cant use a BitCastInst to
> make them all generic pointers. What else can I do?

Use a bitcast ConstantExpr.

Ciao, Duncan.



More information about the llvm-dev mailing list