[llvm-commits] [llvm] r64311 - in /llvm/trunk: lib/Analysis/IPA/CallGraphSCCPass.cpp lib/VMCore/PassManager.cpp test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll

Duncan Sands baldrick at free.fr
Wed Feb 11 12:35:04 PST 2009


Hi Bill,

> Revert r64300 and r64301. These were causing the following errors respectively:
> 
> During llvm-gcc bootstrap:
> 
> Undefined symbols:
>   "llvm::FPPassManager::doFinalization(llvm::Module&)", referenced from:
>       (anonymous namespace)::CGPassManager::doFinalization(llvm::CallGraph&, llvm::Module&)
>         in libLLVMipa.a(CallGraphSCCPass.o)
>   "llvm::FPPassManager::doInitialization(llvm::Module&)", referenced from:
>       (anonymous namespace)::CGPassManager::doInitialization(llvm::CallGraph&, llvm::Module&)
>         in libLLVMipa.a(CallGraphSCCPass.o)

this was some strangeness due to inlining.  It was fixed by r64301.

Ciao,

Duncan.



More information about the llvm-commits mailing list