[LLVMbugs] [Bug 5687] New: Kaleidoscope tutorial code doesn't build with OCaml 3.11.1
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Dec 4 13:28:15 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5687
Summary: Kaleidoscope tutorial code doesn't build with OCaml
3.11.1
Product: new-bugs
Version: 2.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: g36130 at gmail.com
CC: llvmbugs at cs.uiuc.edu
The code included in the docs
(http://llvm.org/docs/tutorial/OCamlLangImpl7.html) doesn't build for OCaml
3.11.1 and LLVM 2.6.
I could easily fix the issue by redefining the functions below. Maybe the
bindings have been modified recently?
let double_type= Llvm.double_type context
let append_block= Llvm.append_block context
I wanted to provide a patch but couldn't find the files in SVN.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list