search for: ass1pri

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

2013 Mar 05
0
[LLVMdev] LLVM load instruction query
...ail.com> wrote: > Thanks for reply. > Ya i posted same question on that also. > Error at the time of running opt -load Error is: a at ubuntu:~/Desktop$ > ./myscript llvm[0]: Compiling printFunc.cpp for Release+Asserts build (PIC) > llvm[0]: Linking Release+Asserts Loadable Module Ass1Pri.so 0 opt > 0x0854449b Stack dump: 0. Program arguments: opt -load > /home/anshul/llvm/llvm-3.2/Release+Asserts/lib/Ass1Pri.so -anshul_insert 1. > Running pass 'test function exist' on module '<stdin>'. ./myscript: line 6: > 10726 Segmentation fault (core dumped) op...
2013 Mar 05
5
[LLVMdev] LLVM load instruction query
HI, I am creating a pass that will pass loaded value by load instruction to an external function. I don't know how to do it.Please Help.