[LLVMdev] ModuleProvider materializeFunction

Chris Lattner clattner at apple.com
Tue Jul 7 11:29:05 PDT 2009


On Jul 7, 2009, at 12:21 AM, Carter Cheng wrote:

>
> Thanks for the reply. I actually managed to resolve this problem  
> mostly to my satisfaction. I suspect based on your description of  
> materializeFunction I may be best served by subclassing the  
> ModuleProvider to do what I want.

Yep, deriving from ModuleProvider will let you lazily generate  
functions any way you want to.

-Chris




More information about the llvm-dev mailing list