From 5d1eeb27e255c1b924575e221d40e51a6c502acd Mon Sep 17 00:00:00 2001 From: Zentrik Date: Wed, 9 Oct 2024 19:01:49 +0100 Subject: [PATCH] Add comment --- mlir/lib/ExecutionEngine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/lib/ExecutionEngine/CMakeLists.txt b/mlir/lib/ExecutionEngine/CMakeLists.txt index 81ebc05e9eba59..7fc17b97f0c56f 100644 --- a/mlir/lib/ExecutionEngine/CMakeLists.txt +++ b/mlir/lib/ExecutionEngine/CMakeLists.txt @@ -97,7 +97,7 @@ add_mlir_library(MLIRExecutionEngine MLIRTargetLLVMIRExport ) -if(LLVM_BUILD_LLVM_DYLIB AND NOT (WIN32 OR MINGW OR CYGWIN)) +if(LLVM_BUILD_LLVM_DYLIB AND NOT (WIN32 OR MINGW OR CYGWIN)) # Does not build on windows currently, see #106859 # Build a shared library for the execution engine. Some downstream projects # use this library to build their own CPU runners while preserving dynamic # linkage.