search for: _ztin4llvm15insertvalueinste

Displaying 1 result from an estimated 1 matches for "_ztin4llvm15insertvalueinste".

2016 Feb 19
3
undefined reference to typeinfo for CmpInst
...m8FCmpInstE[_ZTIN4llvm8FCmpInstE]+0x10): undefined reference to `typeinfo for llvm::CmpInst' libqdp.a(qdp_jit_util.o):(.rodata._ZTIN4llvm16ExtractValueInstE[_ZTIN4llvm16ExtractValueInstE]+0x10): undefined reference to `typeinfo for llvm::UnaryInstruction' libqdp.a(qdp_jit_util.o):(.rodata._ZTIN4llvm15InsertValueInstE[_ZTIN4llvm15InsertValueInstE]+0x10): undefined reference to `typeinfo for llvm::Instruction' collect2: error: ld returned 1 exit status I searched for this and there seem to be two common causes for this 1) There are virtual functions declared but never defined (I don't think that'...