Skip to content

Commit f84efd8

Browse files
committed
Revert "[MLIR][ExecutionEngine] Introduce shared library (llvm#87067)"
This reverts commit 631ae59.
1 parent 3074f16 commit f84efd8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

mlir/lib/ExecutionEngine/CMakeLists.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -97,29 +97,6 @@ add_mlir_library(MLIRExecutionEngine
9797
MLIRTargetLLVMIRExport
9898
)
9999

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-
123100
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
124101
add_mlir_library(MLIRJitRunner
125102
JitRunner.cpp

0 commit comments

Comments
 (0)