Index: bindings/ocaml/llvm/CMakeLists.txt =================================================================== --- bindings/ocaml/llvm/CMakeLists.txt +++ bindings/ocaml/llvm/CMakeLists.txt @@ -1,7 +1,7 @@ add_ocaml_library(llvm OCAML llvm C llvm_ocaml - LLVM core support) + LLVM core codegen support) configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/META.llvm.in" Index: bindings/ocaml/llvm/Makefile =================================================================== --- bindings/ocaml/llvm/Makefile +++ bindings/ocaml/llvm/Makefile @@ -13,7 +13,7 @@ LEVEL := ../../.. LIBRARYNAME := llvm -UsedComponents := core +UsedComponents := core codegen UsedOcamlLibs := llvm ExtraLibs := -lstdc++