Home | History | Annotate | Download | only in backends

Lines Matching full:"$ target"

2   set(OCAML_LLVM_TARGET ${TARGET})
7 "${CMAKE_CURRENT_BINARY_DIR}/llvm_${TARGET}.${ext}")
12 "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_ocaml.c")
14 add_ocaml_library(llvm_${TARGET}
15 OCAML llvm_${TARGET}
16 C ${TARGET}_ocaml
17 CFLAGS -DTARGET=${TARGET}
18 LLVM ${TARGET}
23 "${LLVM_LIBRARY_DIR}/ocaml/META.llvm_${TARGET}")
25 install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm_${TARGET}"