[OCaml] Ensure consistent naming.
authorPeter Zotov <whitequark@whitequark.org>
Fri, 31 Oct 2014 09:19:03 +0000 (09:19 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Fri, 31 Oct 2014 09:19:03 +0000 (09:19 +0000)
commit42187d2c0029969f3b6239e54b4cc5ed31e4d9e0
tree21dfa8b903a9eb30f6f50cc90ffde77108763d5c
parentced3d172f8d83f50b4c8dec136f8123133bad36f
[OCaml] Ensure consistent naming.

Specifically:
  * Directories match module names.
  * Test names match module names.
  * The language is called "OCaml", not "Ocaml".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220958 91177308-0d34-0410-b5e6-96231b3b80d8
38 files changed:
bindings/ocaml/linker/linker_ocaml.c
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/scalar/Makefile [deleted file]
bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml [deleted file]
bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli [deleted file]
bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c [deleted file]
bindings/ocaml/transforms/scalar_opts/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c [new file with mode: 0644]
test/Bindings/OCaml/analysis.ml [new file with mode: 0644]
test/Bindings/OCaml/bitreader.ml [new file with mode: 0644]
test/Bindings/OCaml/bitwriter.ml [new file with mode: 0644]
test/Bindings/OCaml/core.ml [new file with mode: 0644]
test/Bindings/OCaml/executionengine.ml [new file with mode: 0644]
test/Bindings/OCaml/ext_exc.ml [new file with mode: 0644]
test/Bindings/OCaml/ipo.ml [new file with mode: 0644]
test/Bindings/OCaml/irreader.ml [new file with mode: 0644]
test/Bindings/OCaml/linker.ml [new file with mode: 0644]
test/Bindings/OCaml/lit.local.cfg [new file with mode: 0644]
test/Bindings/OCaml/passmgr_builder.ml [new file with mode: 0644]
test/Bindings/OCaml/scalar_opts.ml [new file with mode: 0644]
test/Bindings/OCaml/target.ml [new file with mode: 0644]
test/Bindings/OCaml/vectorize.ml [new file with mode: 0644]
test/Bindings/Ocaml/analysis.ml [deleted file]
test/Bindings/Ocaml/bitreader.ml [deleted file]
test/Bindings/Ocaml/bitwriter.ml [deleted file]
test/Bindings/Ocaml/executionengine.ml [deleted file]
test/Bindings/Ocaml/ext_exc.ml [deleted file]
test/Bindings/Ocaml/ipo_opts.ml [deleted file]
test/Bindings/Ocaml/irreader.ml [deleted file]
test/Bindings/Ocaml/linker.ml [deleted file]
test/Bindings/Ocaml/lit.local.cfg [deleted file]
test/Bindings/Ocaml/passmgr_builder.ml [deleted file]
test/Bindings/Ocaml/scalar_opts.ml [deleted file]
test/Bindings/Ocaml/target.ml [deleted file]
test/Bindings/Ocaml/vectorize_opts.ml [deleted file]
test/Bindings/Ocaml/vmcore.ml [deleted file]