[Mlir-commits] [mlir] [mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (PR #151038)
Renato Golin
llvmlistbot at llvm.org
Mon Jul 28 15:58:46 PDT 2025
================
@@ -100,9 +101,9 @@ mlir_target_link_libraries(MLIRExecutionEngine PUBLIC
MLIRLLVMToLLVMIRTranslation
MLIROpenMPToLLVMIRTranslation
MLIRTargetLLVMIRExport
- )
+)
-if(LLVM_BUILD_LLVM_DYLIB AND NOT (WIN32 OR MINGW OR CYGWIN)) # Does not build on windows currently, see #106859
+if(LLVM_BUILD_LLVM_DYLIB AND NOT(WIN32 OR MINGW OR CYGWIN)) # Does not build on windows currently, see #106859
----------------
rengolin wrote:
Please avoid spurious whitespace changes. These increase greatly the amount of code to review when they should not have changed.
https://github.com/llvm/llvm-project/pull/151038
More information about the Mlir-commits
mailing list