mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +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.
12 lines
283 B
CMake
12 lines
283 B
CMake
add_ocaml_library(llvm
|
|
OCAML llvm
|
|
C llvm_ocaml
|
|
LLVM Core Support)
|
|
|
|
configure_file(
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/META.llvm.in"
|
|
"${LLVM_LIBRARY_DIR}/ocaml/META.llvm")
|
|
|
|
install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm"
|
|
DESTINATION "${LLVM_OCAML_INSTALL_PATH}")
|