Displaying 2 results from an estimated 2 matches for "ocamllangimpl8".
Did you mean:
ocamllangimpl7
2008 Apr 24
0
[LLVMdev] OCaml Kaleidoscope tutorial links to the C++ tutorial
...of this page
of the OCaml Kaleidoscope tutorial goes to the C++ version:
http://llvm.org/docs/tutorial/OCamlLangImpl3.html.
The link to chapter 8 in the first chapter is broken:
http://llvm.org/docs/tutorial/OCamlLangImpl1.html#intro. It links to the
unvavailable page http://llvm.org/docs/tutorial/OCamlLangImpl8.html. I think
it should link to the C++ version at
http://llvm.org/docs/tutorial/LangImpl8.html because the page isn't language
dependent.
Jules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080424/2f0...
2011 Jan 31
4
[LLVMdev] Bitcode not portable from linux to solaris?
Hi all.
I made some early experiments --- namely a llvm program that
printf'd "hello world" -- that seemed to indicate that a bitcode file
I generate on linux would work on my solaris box. Well, they're
actually the same machine, an amd opteron sun box with a linux vm
running. My generating program doesn't run on solaris, but I was
hoping to generate bitcode for it from