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 0098cee commit b6f9e3cCopy full SHA for b6f9e3c
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