Displaying 3 results from an estimated 3 matches for "annotatehappensaft".
Did you mean:
annotatehappensafter
2014 Jul 09
2
[LLVMdev] Help with the 'WritingAnLLVMPass' tutorial
Hi,
I'm making my way through the WritingAnLLVMPass tutorial and hitting the
following issue.
$ opt -load ../../../Debug+Asserts/lib/LLVMHello.so -hello < hello.bc >
/dev/null
opt: symbol lookup error: ../../../Debug+Asserts/lib/LLVMHello.so:
undefined symbol: AnnotateHappensAfter
nm -g ../../../Debug+Asserts/lib/LLVMHello.so
U AnnotateHappensAfter
...
$ ldd ../../../Debug+Asserts/lib/LLVMHello.so
linux-vdso.so.1 => (0x00007fffa87fe000)
libz.so.1 => /lib64/libz.so.1 (0x00007f21b409e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f21b3e8...
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
...d 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: Undefined symbol: .llvm::raw_ostream::write(char
const*, unsig...
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