search for: notifyfreeingmachinecod

Displaying 1 result from an estimated 1 matches for "notifyfreeingmachinecod".

2009 Jul 01
0
[LLVMdev] How to best add a dependency on libopagent.a/so?
...if we want to build a program like lli: $ g++ ../src/tools/lli/lli.cpp `./Debug/bin/llvm-config --cxxflags --ldflags --libs` -I`pwd`/include /usr/local/google/jyasskin/llvm/oprof/dbg/Debug/lib/libLLVMJIT.a(OProfileJITEventListener.o): In function `(anonymous namespace)::OProfileJITEventListener::NotifyFreeingMachineCode(llvm::Function const&, void*)': /usr/local/google/jyasskin/llvm/oprof/src/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp:85: undefined reference to `op_unload_native_code' ... (This is the lli.cpp after my patch, and the -I`pwd`/include is to work around http://llvm.org/PR4481)...