C and Objective Caml bindings for the TargetData class.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 16 Mar 2008 20:08:03 +0000 (20:08 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 16 Mar 2008 20:08:03 +0000 (20:08 +0000)
commit3e0c83559397c87e06ef29c41385e7adc34573c2
tree2cede6fd76e7d63ba9cc4e0d1c272a5fbbdfaffa
parentf7a91e68a8566c265ed6f4ab827d53a5c0c690ee
C and Objective Caml bindings for the TargetData class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48422 91177308-0d34-0410-b5e6-96231b3b80d8
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/Makefile
bindings/ocaml/target/Makefile [new file with mode: 0644]
bindings/ocaml/target/llvm_target.ml [new file with mode: 0644]
bindings/ocaml/target/llvm_target.mli [new file with mode: 0644]
bindings/ocaml/target/target_ocaml.c [new file with mode: 0644]
include/llvm-c/Target.h [new file with mode: 0644]
lib/Target/Target.cpp [new file with mode: 0644]
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml [new file with mode: 0644]