search for: runonloopmethod

Displaying 5 results from an estimated 5 matches for "runonloopmethod".

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: > undefined symbol: _ZNK4llvm8LoopBaseINS_10BasicBlockENS_4LoopEE5beginEv Where Acsl is the name of the...
2013 May 09
2
[LLVMdev] LoopPass symbol error
...ay 8, 2013, at 7:43 PM, Giacomo Tagliabue <giacomo.tag at gmail.com> > wrote: > > 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: undefined symbol: >> _ZNK4llvm8LoopBaseINS_10BasicBlockENS_4LoopEE5beginEv >...
2013 May 09
0
[LLVMdev] LoopPass symbol error
On May 8, 2013, at 7:43 PM, Giacomo Tagliabue <giacomo.tag at gmail.com> wrote: > 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: undefined symbol: _ZNK4llvm8LoopBaseINS_10BasicBlockENS_4LoopEE5beginEv > > Where Acsl is t...
2013 May 09
0
[LLVMdev] LoopPass symbol error
...omo Tagliabue <giacomo.tag at gmail.com> >> wrote: >> >> 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: undefined symbol: >>> _ZNK4llvm8LoopBaseINS_10BasicBlockENS_...
2013 May 08
0
[LLVMdev] undefined symbol for LoopPass
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: > undefined symbol: _ZNK4llvm8LoopBaseINS_10BasicBlockENS_4LoopEE5beginEv Where Acsl is the name of the...