OSDN Git Service

[OCaml] [cmake] Add CMake buildsystem for OCaml.
authorPeter Zotov <whitequark@whitequark.org>
Mon, 1 Dec 2014 19:50:23 +0000 (19:50 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Mon, 1 Dec 2014 19:50:23 +0000 (19:50 +0000)
commita0a26f222bb4ac0b6cf52fd4bbce6f2ad63a4321
tree195b343c8e54a2cff0bcc1de853ed9adca9ebb30
parentf97b79e09e1cbefe1934f8f9fa43ed77cd9b363a
[OCaml] [cmake] Add CMake buildsystem for OCaml.

Closes PR15325.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223071 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
CMakeLists.txt
bindings/ocaml/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/all_backends/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/analysis/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/backends/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/bitreader/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/bitwriter/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/executionengine/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/irreader/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/linker/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/llvm/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/target/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/ipo/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/CMakeLists.txt [new file with mode: 0644]
cmake/config-ix.cmake
cmake/modules/AddOCaml.cmake [new file with mode: 0644]
cmake/modules/FindOCaml.cmake [new file with mode: 0644]
docs/CMakeLists.txt
test/Bindings/OCaml/lit.local.cfg
test/CMakeLists.txt
test/lit.cfg