search for: 0d25d6ee

Displaying 2 results from an estimated 2 matches for "0d25d6ee".

2008 Feb 15
0
[LLVMdev] Question on link error
...___ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080214/0d25d6ee/attachment.html>
2008 Feb 15
2
[LLVMdev] Question on link error
So I’ve built llvm-2.2 using Cygwin, and I think I’ve got all the right bits in the right places, but I’m getting a strange error when running through the hello.c examples from the Web site: Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm $ gcc hello.s -o hello.native Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm $ ls hello.bc hello.c* hello.exe*