[LLVMdev] Problem Linking Analysis Group

John Criswell criswell at cs.uiuc.edu
Mon Apr 7 15:48:13 PDT 2008


Mike Stump wrote:
> On Apr 7, 2008, at 1:54 PM, John Criswell wrote:
>   
>> /localhome/criswell/llvm22/projects/llvm-poolalloc/Debug/lib/
>> libpoolalloc.so:
>> undefined reference to `vtable for llvm::PoolAllocateGroup'
>>     
>
>   
>> Does anyone know what I might be doing wrong?
>>     
>
> The usual answer, you need to define all virtual functions, in
> particular, those in the PoolAllocateGroup hierarchy.
>   
That fixed it.

Thanks!

-- John T.

> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>   




More information about the llvm-dev mailing list