mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ae7304bdea
Use exact component name in add_ocaml_library. Make expand_topologically compatible with new architecture. Fix quoting in is_llvm_target_library. Fix LLVMipo component name. Write release note.
7 lines
191 B
CMake
7 lines
191 B
CMake
add_ocaml_library(llvm_executionengine
|
|
OCAML llvm_executionengine
|
|
OCAMLDEP llvm llvm_target
|
|
C executionengine_ocaml
|
|
LLVM ExecutionEngine MCJIT native
|
|
PKG ctypes)
|