search for: testcgn

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

Did you mean: testc1
2010 Oct 06
2
[LLVMdev] Segmentation Fault of BasicCallGraph?
...run the "new" pass, but the result always gives out Segmentation Fault... I am probably missing sth? Implemented another new class, class BasicCallGraph2 : public ModulePass, public CallGraph { ..... ... } The inside code is exact same as BasicCallGraph, except registered passname to be testcgn and the information of the pass. then after enabling and run the new pass, on a test.bc file, there is always a segmentation fault. 0 libLLVM-2.7.so.1 0x00007f5cd87b1d2f 1 libLLVM-2.7.so.1 0x00007f5cd87b238d 2 libpthread.so.0 0x00007f5cd7ba38f0 3 MyPass.so 0x00007f5cd6a538d4 llvm::Call...
2010 Oct 07
0
[LLVMdev] Segmentation Fault of BasicCallGraph?
...ays gives out Segmentation Fault... I am > probably missing > sth? > > Implemented another new class, > class BasicCallGraph2 : public ModulePass, public CallGraph { > ..... > ... > } > The inside code is exact same as BasicCallGraph, except registered > passname to be testcgn and the information of the pass. then after > enabling and run the new pass, on a test.bc file, there is always a > segmentation fault. > > 0 libLLVM-2.7.so.1 0x00007f5cd87b1d2f > 1 libLLVM-2.7.so.1 0x00007f5cd87b238d > 2 libpthread.so.0 0x00007f5cd7ba38f0 > 3 MyPass.so...