[LLVMdev] LLVM as compiler course infrastructure - thanks!

Gordon Henriksen gordonhenriksen at me.com
Tue Oct 28 08:55:05 PDT 2008


On Oct 27, 2008, at 19:03, Matt Elder wrote:

> Also, a question: about how much work do you suspect is required to  
> make `llc` dynamically pluggable in a manner similar to `opt`?  
> If ... someone ... was to do this plumbing in a reasonable way,  
> would it likely get pulled up into a later version?

You can use llc -load plugin.so to load codegen or GC modules today.

— Gordon





More information about the llvm-dev mailing list