[LLVMdev] Heads Up: libLLVMCore.a and loadable modules

Chris Lattner sabre at nondot.org
Sat Jun 3 12:44:18 PDT 2006


On Sat, 3 Jun 2006, Reid Spencer wrote:
> The only solution Yorion and I found was to copy the IntrinsicInst.cpp
> code out of lib/VMCore and into his own area where it could be compiled
> and linked directly into his module.

I think we should use the same solution that forces opt/analyze to link 
all of the passes out of the transformation .a files:
http://llvm.org/bugs/show_bug.cgi?id=800#c2

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list