mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 10:32:56 +00:00
[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:
parent
ced3d172f8
commit
42187d2c00
@ -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 *|
|
||||||
|* *|
|
|* *|
|
||||||
|
@ -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 \
|
||||||
|
@ -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
|
||||||
#
|
#
|
Loading…
x
Reference in New Issue
Block a user