search for: pchsu

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

Did you mean: pchs
2008 Nov 18
2
[LLVMdev] print out instruction
When I try to print out a instruction by the following way, I am getting the error message below. Anyone knows what's the problem? Instruction* inst; ... inst-print(cerr); testbuild.cpp:178: error: no matching function for call to 'llvm::Instruction::print(llvm::OStream&)' /x/pchsu/llvm/llvm-2.4/include/llvm/Value.h:83: note: candidates are: void llvm::Value::print(std::ostream&, llvm::AssemblyAnnotationWriter*) const /x/pchsu/llvm/llvm-2.4/include/llvm/Value.h:84: note: void llvm::Value::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const...
2008 Oct 14
0
[LLVMdev] Configuration for building llvm on Sun T1 machine?
...error: #error "Need to have standard iterator to define bidirectional iterator!" make[1]: *** [.../llvm/llvm-2.3/lib/System/Release/Signals.o] Error 1 llvm[1]: Compiling TimeValue.cpp for Release build make[1]: Target `all' not remade because of errors. make[1]: Leaving directory `/x/pchsu/cccp/llvm/llvm-2.3/lib/System' make: *** [all] Error 1 Anyone has ideas how to fix it? Po-Chun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081014/dfe81b18/attachment.html>