HomeSort by relevance Sort by last modified time
    Searched refs:ocaml (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter2/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch2
22 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/bindings/ocaml/analysis/
Makefile 1 ##===- bindings/ocaml/analysis/Makefile --------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/bitreader/
Makefile 1 ##===- bindings/ocaml/bitreader/Makefile -------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/bitwriter/
Makefile 1 ##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/irreader/
Makefile 1 ##===- bindings/ocaml/irreader/Makefile --------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/linker/
Makefile 1 ##===- bindings/ocaml/linker/Makefile ----------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/target/
Makefile 1 ##===- bindings/ocaml/target/Makefile ----------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/transforms/ipo/
Makefile 1 ##===- bindings/ocaml/transforms/scalar/Makefile -----------*- Makefile -*-===##
19 include ../../Makefile.ocaml
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
Makefile 1 ##===- bindings/ocaml/transforms/passmgr_builder/Makefile --*- Makefile -*-===##
19 include ../../Makefile.ocaml
  /external/llvm/bindings/ocaml/transforms/scalar/
Makefile 1 ##===- bindings/ocaml/transforms/scalar/Makefile -----------*- Makefile -*-===##
19 include ../../Makefile.ocaml
  /external/llvm/bindings/ocaml/transforms/vectorize/
Makefile 1 ##===- bindings/ocaml/transforms/vectorize/Makefile --------*- Makefile -*-===##
19 include ../../Makefile.ocaml
  /external/llvm/bindings/ocaml/all_backends/
Makefile 1 ##===- bindings/ocaml/all_backends/Makefile ----------------------*- Makefile -*-===##
21 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/executionengine/
Makefile 1 ##===- bindings/ocaml/executionengine/Makefile --------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter3/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch3
24 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter4/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch4
25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter5/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch5
25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter6/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch6
34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter7/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch7
34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/
Makefile 28 ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)
29 PARALLEL_DIRS += OCaml-Kaleidoscope
  /external/llvm/bindings/ocaml/
Makefile 1 ##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
13 ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml

Completed in 563 milliseconds

1 2