search for: _zn7dsgraphc1er8functionps_

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

2002 Nov 15
2
[LLVMdev] DSGraph question
Dear LLVM, If I have a DSGraph dsg, I want to duplicate a DSgraph which is exactly the same with dsg. How should I do that? Should I use DSGraph dsg2 = dsg; or use some other methods? Thanks, xiaodong
2002 Nov 15
1
[LLVMdev] opt can not load module
...odule I get the following error: % opt -load $LLVM_DIR/lib/Debug/libdsgraphshow.so --help Error opening '/usr/dcs/projects/cs426/juanruiz/llvm/lib/Debug/libdsgraphshow.so': ld.so.1: opt: fatal: relocation error: file /usr/dcs/projects/cs426/juanruiz/llvm/lib/Debug/libdsgraphshow.so: symbol _ZN7DSGraphC1ER8FunctionPS_: referenced symbol not found -load request ignored. $LLVM_DIR points to the right directory, libdsgraphshow.so exists and is in the right place, and both opt and libdsgraphshow.so are freshly recompiled. Any ideas?