search for: llvmcsfv

Displaying 6 results from an estimated 6 matches for "llvmcsfv".

Did you mean: llvmcs
2013 May 09
2
[LLVMdev] LoopPass symbol error
...ructions: 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 loadable module. If I remove all the instructions from runOnPass but a debug print, it works fine (it prints it), so the problem is not the module. Does anybody ha...
2013 May 09
2
[LLVMdev] LoopPass symbol error
...itingAnLLVMPass.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 loadable module. If I remove all the > instructions from runOnPass but a debug print, it works fine (it prints > it), so the problem is not...
2013 May 01
1
[LLVMdev] undefined symbol for LoopPass
...uctions: http://llvm.org/docs/WritingAnLLVMPass.html Everything works fine, I did it many times for Function Passes, but in the runOnPass method, 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 loadable module. If I remove all the instructions from runOnPass but a debug print, it works fine (it prints it), so the problem is not the module. Does anybody ha...
2013 May 09
0
[LLVMdev] LoopPass symbol error
...//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 loadable module. If I remove all the instructions from runOnPass but a debug print, it works fine (it prints it), so the problem is not the module. > Does a...
2013 May 09
0
[LLVMdev] LoopPass symbol error
...;> 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 loadable module. If I remove all the >> instructions from runOnPass but a debug print, it works fine (it prints >> it)...
2013 May 08
0
[LLVMdev] undefined symbol for LoopPass
...ructions: 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 loadable module. If I remove all the instructions from runOnPass but a debug print, it works fine (it prints it), so the problem is not the module. Does anybody ha...