09-21-2014, 07:37 PM -
i found the issue in the linux build. it's in line 54 of PPULLVMRecompiler.cpp:
if i comment it out, that linking error disappears
but obviously it won't work without that.
maybe there are alternatives?
Code:
m_fpm->add(new DominatorTreeWrapperPass());
but obviously it won't work without that.
maybe there are alternatives?