diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 21:00:36 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 21:00:36 +0000 |
commit | 3ed72368453d39942c9a3e0f41242485d9f3cfdf (patch) | |
tree | 2335af26193323e95020758c3a2c667bf63d207a /bindings/ocaml/llvm | |
parent | f6e948a5d7cb93c6c0149d745f10f43112e857de (diff) | |
download | external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.zip external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.tar.gz external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.tar.bz2 |
Bindings for the verifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/llvm')
-rw-r--r-- | bindings/ocaml/llvm/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile index cbfb75c..2437468 100644 --- a/bindings/ocaml/llvm/Makefile +++ b/bindings/ocaml/llvm/Makefile @@ -2,16 +2,12 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file was developed by Gordon Henriksen and is distributed under the +# University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # -# This is the makefile for the llvm-ml interface. Reference materials on -# installing ocaml libraries: -# -# https://fedoraproject.org/wiki/Packaging/OCaml -# http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt +# This is the makefile for the Objective Caml Llvm interface. # ##===----------------------------------------------------------------------===## |