Home | History | Annotate | Download | only in modules

Lines Matching full:output_path

1150   set(output_path "${LLVM_RUNTIME_OUTPUT_INTDIR}/${name}${CMAKE_EXECUTABLE_SUFFIX}")
1156 COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${dest_binary}" "${output_path}")
1158 add_custom_command(OUTPUT ${output_path}
1159 COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${dest_binary}" "${output_path}"
1161 add_custom_target(${name} ALL DEPENDS ${output_path})