search for: ivstrideuse

Displaying 2 results from an estimated 2 matches for "ivstrideuse".

2009 May 13
3
[LLVMdev] MSVC compile error with trunk
...(?runOnLoop at IndVarSimplify@?A0xe882fe7a@@UAE_NPAV?$LoopBase at VBasicBlock@llvm@@@llvm@@AAVLPPassManager at 4@@Z) 30>LLVMScalarOpts.lib(IndVarSimplify.obj) : error LNK2019: unresolved external symbol "public: class llvm::SCEVHandle __thiscall llvm::IVUsers::getReplacementExpr(class llvm::IVStrideUse const &)const " (?getReplacementExpr at IVUsers@llvm@@QBE?AVSCEVHandle at 2@ABVIVStrideUse at 2@@Z) referenced in function "private: void __thiscall `anonymous namespace'::IndVarSimplify::RewriteIVExpressions(class llvm::LoopBase<class llvm::BasicBlock> *,class llvm::Type co...
2009 May 13
0
[LLVMdev] MSVC compile error with trunk
...be compiled into any library, not >> compiled at all (using cmake).  I am not sure which library it is >> supposed to be compiled into, LLVMAnalysis?  If so then IVUsers.cpp >> needs to be added to the CMakeLists.txt in the lib/analysis/ >> directory.  And just checked, the IVStrideUse::deleter error is also >> defined in the IVUser.cpp file as well, so including that will >> probably fix it.  Going to resync to trunk again just to make sure, >> add that to the analysis CMakeLists.txt file, and compile to see if >> that works, if so I will submit a patch....