We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f99cdd commit 5375353Copy full SHA for 5375353
llvm/cmake/modules/TensorFlowCompile.cmake
@@ -110,8 +110,8 @@ function(tf_find_and_compile model default_url default_path test_model_generator
110
tf_compile(${LLVM_ML_MODELS_ABSOLUTE} ${tag_set} ${signature_def_key} ${fname} ${cpp_class} ${hdr_file} ${obj_file})
111
endif()
112
113
- set(GeneratedMLSources ${GeneratedMLSources} ${GENERATED_HEADERS} PARENT_SCOPE)
+ set(GeneratedMLSources ${GeneratedMLSources} ${GENERATED_OBJS} ${GENERATED_HEADERS} PARENT_SCOPE)
114
set(MLDeps ${MLDeps} tf_xla_runtime PARENT_SCOPE)
115
- set(MLLinkDeps ${MLLinkDeps} tf_xla_runtime ${GENERATED_OBJS} PARENT_SCOPE)
+ set(MLLinkDeps ${MLLinkDeps} tf_xla_runtime PARENT_SCOPE)
116
add_definitions(-DLLVM_HAVE_TF_AOT_${fname_allcaps})
117
endfunction()
0 commit comments