search for: e11e2f44

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

2013 May 09
0
[LLVMdev] LoopPass symbol error
...__extension__ extern template class LoopBase<BasicBlock, Loop>; __extension__ extern template class LoopInfoBase<BasicBlock, Loop>; -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130508/e11e2f44/attachment.html>
2013 May 09
2
[LLVMdev] LoopPass symbol error
Hello, I am building a loop pass following these instructions: http://llvm.org/docs/WritingAnLLVMPass.html Everything works fine, I did it many times for Function Passes, but in the runOnLoopmethod, whenever I call a method of the loop L passed as argument, for example L->begin(), I get the following error: opt: symbol lookup error: /home/giacomo/llvmcsfv/Debug+Asserts/lib/Acsl.so: >