[Mips] Add the missing judgment when processing function handleMFLOSlot (#121463)
[llvm-project.git] / llvm / bindings / ocaml / transforms / utils / CMakeLists.txt
blobeecc1f80aa7a70eec72a1939511053ed2ad1594d
1 add_ocaml_library(llvm_transform_utils
2   OCAML    llvm_transform_utils
3   OCAMLDEP llvm
4   C        transform_utils_ocaml
5   CFLAGS   "-I${CMAKE_CURRENT_SOURCE_DIR}/../../llvm"
6   LLVM     TransformUtils)