[LLVMdev] top of tree broken?

Brian R. Gaeke gaeke at uiuc.edu
Mon Nov 11 16:13:01 PST 2002


Hello hackers,

I seem to be having some trouble compiling the top of the llvm
CVS tree...  Is someone working on something involving IPModRef.cpp
and the data structure graph? I have attached a make -k log.

-Brian

-- 
gaeke at uiuc.edu

-------------- next part --------------
gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg'
gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/VMCore'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/VMCore'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/LiveVar'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/LiveVar'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/IPA'
Compiling IPModRef.cpp
IPModRef.cpp: In member function `DSGraph* 
   FunctionModRefInfo::ResolveCallSiteModRefInfo(CallInst&, std::map<const 
   DSNode*, DSNodeHandle, std::less<const DSNode*>, 
   std::allocator<std::pair<const DSNode* const, DSNodeHandle> > >&)':
IPModRef.cpp:163: no matching function for call to `DSGraph::
   removeTriviallyDeadNodes(bool)'
../../../include/llvm/Analysis/DSGraph.h:186: candidates are: void 
   DSGraph::removeTriviallyDeadNodes()
gmake[3]: *** [Debug/IPModRef.o] Error 1
gmake[3]: Target `all' not remade because of errors.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/IPA'
gmake[2]: *** [IPA/.makeall] Error 2
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/DataStructure'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis/DataStructure'
gmake[2]: Target `all' not remade because of errors.
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Analysis'
gmake[1]: *** [Analysis/.makeall] Error 2
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Utils'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Utils'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Instrumentation'
gmake[4]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Instrumentation/ProfilePaths'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Instrumentation/ProfilePaths'
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Instrumentation'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Scalar'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/Scalar'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/IPO'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms/IPO'
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Transforms'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/AsmParser'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/AsmParser'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode/Reader'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode/Reader'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode/Writer'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode/Writer'
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Bytecode'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Support'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Support'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/PreOpts'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/PreOpts'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/InstrSelection'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/InstrSelection'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/InstrSched'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/InstrSched'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/RegAlloc'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/RegAlloc'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/PostOpts'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/PostOpts'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/Mapping'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen/Mapping'
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CodeGen'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target/Sparc'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target/Sparc'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target/X86'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target/X86'
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Target'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CWriter'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/CWriter'
gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer/Mapping'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer/Mapping'
gmake[3]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer/TraceCache'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer/TraceCache'
gmake[2]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib/Reoptimizer'
gmake[1]: Target `all' not remade because of errors.
gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/lib'
gmake: *** [all] Error 1
etags -l c++ `find include lib tools -name '*.cpp' -o -name '*.h'`


More information about the llvm-dev mailing list