summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-02 19:18:50 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-02 19:18:50 +0000
commitf204272976c23aa801043393417a1de47253c194 (patch)
tree02affff8142d5cedaa86207fb3023cfbf1cce6e1 /bindings
parent21f315bc883057c75cedbd31b11f9924af064c2d (diff)
downloadllvm-f204272976c23aa801043393417a1de47253c194.tar.gz
llvm-f204272976c23aa801043393417a1de47253c194.tar.bz2
llvm-f204272976c23aa801043393417a1de47253c194.tar.xz
Merging r195912:
------------------------------------------------------------------------ r195912 | whitequark | 2013-11-28 01:03:28 -0800 (Thu, 28 Nov 2013) | 1 line [OCaml] Add a slash accidentally omitted from Makefile ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@196133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/Makefile.ocaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml
index 1e9eb9f560..f8ed841d66 100644
--- a/bindings/ocaml/Makefile.ocaml
+++ b/bindings/ocaml/Makefile.ocaml
@@ -98,7 +98,7 @@ endif
ifdef OCAMLSTUBS
Archive.CMXA := $(strip $(OCAMLOPT) -a $(patsubst %,-cclib %, \
$(LLVMLibsOptions) -l$(LIBRARYNAME) \
- -L$(SharedLibDir) $(OCAMLRPATH))
+ -L$(SharedLibDir) $(OCAMLRPATH)) \
$(OCAMLDEBUGFLAG) -o)
else
Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)