1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

Remove tensorflow support

This commit is contained in:
RipleyTom 2020-12-02 08:56:21 +01:00 committed by Ivan
parent d74d689f19
commit cb7748dfa0

View File

@ -842,10 +842,10 @@ configure_file(
set(TENSORFLOW_C_LIB_PATH "" CACHE PATH "Path to TensorFlow C library install") set(TENSORFLOW_C_LIB_PATH "" CACHE PATH "Path to TensorFlow C library install")
find_library(tensorflow_c_api tensorflow PATHS ${TENSORFLOW_C_LIB_PATH}/lib) find_library(tensorflow_c_api tensorflow PATHS ${TENSORFLOW_C_LIB_PATH}/lib)
if (tensorflow_c_api) # if (tensorflow_c_api)
set(LLVM_HAVE_TF_API "ON" CACHE BOOL "Full Tensorflow API available") # set(LLVM_HAVE_TF_API "ON" CACHE BOOL "Full Tensorflow API available")
include_directories(${TENSORFLOW_C_LIB_PATH}/include) # include_directories(${TENSORFLOW_C_LIB_PATH}/include)
endif() # endif()
# Configure the three LLVM configuration header files. # Configure the three LLVM configuration header files.
configure_file( configure_file(