Displaying 2 results from an estimated 2 matches for "createprofilealiaspass".
2010 Feb 02
3
[LLVMdev] Problem in Adding a pass to LLVM
...rofileAlias.cpp in llvm source at the place where Andersens.cpp is
there. ProfileAlias.cpp does nothing at present just empty definitions
of required functions.
When I build llvm I get the following error:
/home/ambika/llvm1/llvm-obj/Release/lib/libLLVMipa.a(ProfileAlias.o): In
function `llvm::createProfileAliasPass()':
ProfileAlias.cpp:(.text+0x46): undefined reference to `vtable for
ProfileAlias'
/home/ambika/llvm1/llvm-obj/Release/lib/libLLVMipa.a(ProfileAlias.o): In
function `llvm::Pass* llvm::callDefaultCtor<ProfileAlias>()':
ProfileAlias.cpp:(.text._ZN4llvm15callDefaultCtorI12ProfileA...
2010 Feb 03
0
[LLVMdev] Problem in Adding a pass to LLVM
Hi!
On 02.02.2010, at 20:16, ambika wrote:
> /home/ambika/llvm1/llvm-obj/Release/lib/
> libLLVMipa.a(ProfileAlias.o): In
> function `llvm::createProfileAliasPass()':
> ProfileAlias.cpp:(.text+0x46): undefined reference to `vtable for
> ProfileAlias'
http://gcc.gnu.org/faq.html#vtables
Does that help?
Andi