We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5920c5a commit 4e01dccCopy full SHA for 4e01dcc
mlir/lib/ExecutionEngine/CMakeLists.txt
@@ -97,7 +97,7 @@ add_mlir_library(MLIRExecutionEngine
97
MLIRTargetLLVMIRExport
98
)
99
100
-if(LLVM_BUILD_LLVM_DYLIB)
+if(LLVM_BUILD_LLVM_DYLIB AND NOT (WIN32 OR MINGW OR CYGWIN))
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.
0 commit comments