search for: sysnet80

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

Did you mean: sysnet
2012 Aug 21
2
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...efined symbol "_ZNK4llvm4Pass11getPassNameEv" -load request ignored. bugpoint: Unknown command line argument '-bugpoint-crashcalls'. Try: '/home/steve/llvm-build/bin/./bugpoint -help' bugpoint: Did you mean '-simplify-libcalls'? -- bugpoint defines the symbol: [sysnet80:~/llvm-build/bin] steve$ nm bugpoint |grep _ZNK4llvm4Pass11getPassNameEv 00000000007c0420 T _ZNK4llvm4Pass11getPassNameEv Here's a smaller example showing the particular issue <http://pastebin.com/6fGHEy0q>. If you add -rdynamic when compiling a.c, it works correctly: Linux: [hilbert:/tm...
2012 Aug 21
0
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...11getPassNameEv" > -load request ignored. > bugpoint: Unknown command line argument '-bugpoint-crashcalls'. Try: '/home/steve/llvm-build/bin/./bugpoint -help' > bugpoint: Did you mean '-simplify-libcalls'? > -- > > bugpoint defines the symbol: > [sysnet80:~/llvm-build/bin] steve$ nm bugpoint |grep _ZNK4llvm4Pass11getPassNameEv > 00000000007c0420 T _ZNK4llvm4Pass11getPassNameEv > > Here's a smaller example showing the particular issue <http://pastebin.com/6fGHEy0q>. If you add -rdynamic when compiling a.c, it works correctly: >...