search for: registerstatistic

Displaying 3 results from an estimated 3 matches for "registerstatistic".

Did you mean: registerstatisti
2011 Jun 02
1
[LLVMdev] symbol not found (running passes by tools)
Hi All, I'd like to call some passes by an executable in the tools directory of my project. Unfortunately I get following error messages on executing the tool: dyld: lazy symbol binding failed: Symbol not found: __ZN4llvm9Statistic17RegisterStatisticEv and dyld: Symbol not found: __ZN4llvm9Statistic17RegisterStatisticEv This is because of the STATISTIC macro in one of the passes. If I comment the macro-call everything works fine. So do you know how to tell the linker where it can find the RegisterStatistic function? Thanks Andreas
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
...vtable for llvm::FunctionPass ld: 0711-317 ERROR: Undefined symbol: .llvm::Pass::~Pass() ld: 0711-317 ERROR: Undefined symbol: .llvm::sys::AtomicIncrement(unsigned int volatile*) ld: 0711-317 ERROR: Undefined symbol: .llvm::sys::MemoryFence() ld: 0711-317 ERROR: Undefined symbol: .llvm::Statistic::RegisterStatistic() ld: 0711-317 ERROR: Undefined symbol: .AnnotateHappensAfter ld: 0711-317 ERROR: Undefined symbol: .llvm::errs() ld: 0711-317 ERROR: Undefined symbol: .llvm::Value::getName() const ld: 0711-317 ERROR: Undefined symbol: .llvm::raw_ostream::write_escaped(llvm::StringRef, bool) ld: 0711-317 ERROR: Un...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All, I am trying to build llvm on AIX. I installed all the required packages including gcc, g++, etc ./configure also went fine. but i tried to run gmake, i got the following error: llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build llvm[1]: Compiling Mutex.cpp for Release+Asserts build llvm[1]: Compiling Path.cpp for