Please find attached a patch that updates the OCaml "Kaleidoscope" examples in the LLVM repo to work with the latest versions of LLVM. According to the LLVM contributor guide, this is where I should submit it. I've just started working with LLVM and am not very familiar with it, but was able to figure out how to update the OCaml examples to build properly with LLVM 3.4. Also, this is the first svn patch I've ever created (I'm used to working in Git), so apologies if there are any problems with the patch. If so, I'd be happy to fix them. Thanks, Eric S. Bullington -------------- next part -------------- A non-text attachment was scrubbed... Name: ocaml_updates.patch Type: text/x-patch Size: 2731 bytes Desc: not available URL: <lists.llvm.org/pipermail/llvm-dev/attachments/20140409/e9b87475/attachment.bin>
Duncan P. N. Exon Smith
2014-Apr-10 01:40 UTC
[LLVMdev] Patch for OCaml "Kaleidoscope" examples
On 2014 Apr 9, at 09:00, Eric Bullington <eric.s.bullington at gmail.com> wrote:> Please find attached a patch that updates the OCaml "Kaleidoscope" > examples in the LLVM repo to work with the latest versions of LLVM. > According to the LLVM contributor guide, this is where I should submit > it.This will get more eyes at llvm-commits at cs.uiuc.edu. Yell [PATCH] in the subject line.> I've just started working with LLVMWelcome!> and am not very familiar with it, > but was able to figure out how to update the OCaml examples to build > properly with LLVM 3.4.Awesome, thanks for working on this.> Also, this is the first svn patch I've ever created (I'm used to > working in Git)There's no need to leave git behind: llvm.org/docs/GettingStarted.html#sending-patches-with-git> , so apologies if there are any problems with the > patch. If so, I'd be happy to fix them. > > Thanks, > > Eric S. Bullington > <ocaml_updates.patch>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu llvm.cs.uiuc.edu > lists.cs.uiuc.edu/mailman/listinfo/llvmdev