[llvm-commits] [llvm] r42367 - in /llvm/trunk:	Xcode/LLVM.xcodeproj/project.pbxproj bindings/ocaml/Makefile.ocaml	bindings/ocaml/bitwriter/Makefile bindings/ocaml/llvm/llvm.ml	bindings/ocaml/llvm/llvm.mli bindings/ocaml/llvm/llvm_ocaml.c	include/llvm-c/Core.h include/llvm/CHelpers.h	lib/VMCore/Core.cpp test/Bindings/Ocaml/bitwriter.ml	test/Bindings/Ocaml/vmcore.ml
    Chris Lattner 
    clattner at apple.com
       
    Fri Sep 28 13:18:36 PDT 2007
    
    
  
> URL: http://llvm.org/viewvc/llvm-project?rev=42367&view=rev
> Log:
> Added C and Ocaml bindings for functions, basic blocks, and
> instruction creation. No support yet for instruction introspection.
>
> Also eliminated allocas from the Ocaml bindings for portability,
> and avoided unnecessary casts.
>
> ====================================================================== 
> ========
> --- llvm/trunk/include/llvm/CHelpers.h (original)
> +++ llvm/trunk/include/llvm/CHelpers.h Wed Sep 26 15:56:12 2007
Hi Gordon,
I think it makes sense for CHelpers.h to move into include/llvm/ 
Support instead of include/llvm.  What do you think?
-Chris
    
    
More information about the llvm-commits
mailing list