[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
This commit is contained in:
Peter Zotov 2014-10-31 09:19:03 +00:00
parent ced3d172f8
commit 42187d2c00
20 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/*===-- linker_ocaml.c - LLVM Ocaml Glue ------------------------*- C++ -*-===*\ /*===-- linker_ocaml.c - LLVM OCaml Glue ------------------------*- C++ -*-===*\
|* *| |* *|
|* The LLVM Compiler Infrastructure *| |* The LLVM Compiler Infrastructure *|
|* *| |* *|

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
LEVEL := ../../.. LEVEL := ../../..
DIRS = scalar ipo vectorize passmgr_builder DIRS = scalar_opts ipo vectorize passmgr_builder
ocamldoc: ocamldoc:
$(Verb) for i in $(DIRS) ; do \ $(Verb) for i in $(DIRS) ; do \

View File

@ -1,4 +1,4 @@
##===- bindings/ocaml/transforms/scalar/Makefile -----------*- Makefile -*-===## ##===- bindings/ocaml/transforms/scalar_opts/Makefile ------*- Makefile -*-===##
# #
# The LLVM Compiler Infrastructure # The LLVM Compiler Infrastructure
# #