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 e77d428 commit 1bcf44bCopy full SHA for 1bcf44b
llvm/CMakeLists.txt
@@ -1127,6 +1127,8 @@ if (NOT TENSORFLOW_AOT_PATH STREQUAL "")
1127
${CMAKE_ARCHIVE_OUTPUT_DIRECTORY}/tf_runtime)
1128
install(TARGETS tf_xla_runtime EXPORT LLVMExports
1129
ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX} COMPONENT tf_xla_runtime)
1130
+ install(TARGETS tf_xla_runtime EXPORT LLVMDevelopmentExports
1131
+ ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX} COMPONENT tf_xla_runtime)
1132
set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS tf_xla_runtime)
1133
# Once we add more modules, we should handle this more automatically.
1134
if (DEFINED LLVM_OVERRIDE_MODEL_HEADER_INLINERSIZEMODEL)
0 commit comments