search for: basicblockstat

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

Did you mean: basicblockstats
2011 Nov 03
5
[LLVMdev] LLVM problem, please do not ignore
...0x0000000000882299 llvm::PassManagerImpl::run(llvm::Module&) + 137 10 opt 0x00000000004ac451 main + 4881 11 libc.so.6 0x00007f9ba0459eff __libc_start_main + 255 12 opt 0x000000000049f5f9 Stack dump: 0. Program arguments: opt hello.bc -load ../llvm/llvm-2.9/plugin/BasicBlockStats.so -basic-block-stats -stats -o newhello.bc 1. Running pass 'Function Pass Manager' on module 'hello.bc'. 2. Running pass 'Module Verifier' on function '@_Z3addii' Segmentation fault Please find the source of my pass attached. Hope to get a reply soon. Regards, Ar...
2011 Nov 03
0
[LLVMdev] LLVM problem, please do not ignore
...sManagerImpl::run(llvm::Module&) + 137 > 10 opt 0x00000000004ac451 main + 4881 > 11 libc.so.6 0x00007f9ba0459eff __libc_start_main + 255 > 12 opt 0x000000000049f5f9 > Stack dump: > 0.Program arguments: opt hello.bc -load > ../llvm/llvm-2.9/plugin/BasicBlockStats.so -basic-block-stats -stats > -o newhello.bc > 1.Running pass 'Function Pass Manager' on module 'hello.bc'. > 2.Running pass 'Module Verifier' on function '@_Z3addii' > Segmentation fault > > Please find the source of my pass attached. > Hope...