File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -97,29 +97,6 @@ add_mlir_library(MLIRExecutionEngine
97
97
MLIRTargetLLVMIRExport
98
98
)
99
99
100
- if (LLVM_BUILD_LLVM_DYLIB )
101
- # Build a shared library for the execution engine. Some downstream projects
102
- # use this library to build their own CPU runners while preserving dynamic
103
- # linkage.
104
- add_mlir_library (MLIRExecutionEngineShared
105
- ExecutionEngine.cpp
106
- SHARED
107
-
108
- EXCLUDE_FROM_LIBMLIR
109
-
110
- ADDITIONAL_HEADER_DIRS
111
- ${MLIR_MAIN_INCLUDE_DIR} /mlir/ExecutionEngine
112
-
113
- # Ensures that all necessary dependencies are resolved.
114
- DEPENDS
115
- MLIRExecutionEngine
116
-
117
- LINK_LIBS PUBLIC
118
- LLVM
119
- MLIR
120
- )
121
- endif ()
122
-
123
100
get_property (dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS )
124
101
add_mlir_library (MLIRJitRunner
125
102
JitRunner.cpp
You can’t perform that action at this time.
0 commit comments