Displaying 1 result from an estimated 1 matches for "poolallocpassallpools".
2007 Dec 12
0
[LLVMdev] opt does not load poolalloc
Hi,
I compiled the poolalloc from SVN head.
opt complains about missing symbol PoolAlloc::ID when I try to load
libpoolalloc.so. Defining PoolAlloc::ID is not enough, since it is
reused in PoolAllocPassAllPools.
The append patch fixes the problem for me.
Kind regards,
Martin
Index: include/poolalloc/PoolAllocate.h
===================================================================
--- include/poolalloc/PoolAllocate.h (revision 44934)
+++ include/poolalloc/PoolAllocate.h (working copy)...