search for: 79db82f0

Displaying 2 results from an estimated 2 matches for "79db82f0".

2012 Nov 09
0
[LLVMdev] Fwd: MODULE_CODE_GLOBALVAR error
...in(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121109/79db82f0/attachment.html>
2012 Nov 09
3
[LLVMdev] MODULE_CODE_GLOBALVAR error
Hi, I have istalled LLVM 3.1 Release+Asserts build. I was just trying out the hello world sequence of steps in the installation instructions. However when I run lli or llvm-dis I get an error "invalid MODULE_CODE_GLOBALVAR record". I have searched the web and I am not able to fathom what the problem and its fix is. I have GCC 4.6.3 running on a Ubuntu 12.04 LTS x86-64. Please let me