Skip to content

Commit

Permalink
Fixing OCAML bindings for MCJIT
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Andrew Kaylor committed Apr 25, 2013
1 parent aa6deab commit 2f5640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ocaml/executionengine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
UsedComponents := executionengine jit interpreter native
UsedComponents := executionengine jit interpreter mcjit native
UsedOcamlInterfaces := llvm llvm_target

include ../Makefile.ocaml

0 comments on commit 2f5640d

Please sign in to comment.