Displaying 1 result from an estimated 1 matches for "a0xc30fad1e".
2008 Oct 05
1
[LLVMdev] There are two linker error when compiling the latest llvm source...
...class
llvm::FunctionPass * __cdecl llvm::createPBQPRegisterAllocator(void)"
(?createPBQPRegisterAllocator at llvm@@YAPAVFunctionPass at 1@XZ) referenced in
function "public: __thiscall `anonymous
namespace'::ForceCodegenLinking::ForceCodegenLinking(void)"
(??0ForceCodegenLinking@?A0xc30fad1e@@QAE at XZ) llc.obj
I search the "createPBQPRegisterAllocator" keyword in the entire solution,
only to find out that
This function exists in two header file. It is declared only, not
implemented.
Maybe it is a bug of current version? Has anyone meet the same issue as me?
Thank you v...