[Mlir-commits] [mlir] [mlir][python] Support `CLANG_CL` (PR #121075)

Maksim Levental llvmlistbot at llvm.org
Tue Dec 24 17:55:28 PST 2024


================
@@ -584,7 +584,7 @@ function(add_mlir_aggregate name)
   # TODO: Should be transitive.
   set_target_properties(${name} PROPERTIES
     MLIR_AGGREGATE_EXCLUDE_LIBS "${_embed_libs}")
-  if(MSVC)
+  if(WIN32)
----------------
makslevental wrote:

this one and below isn't strictly related to the build failure but it's also wrong - this is a windows platform requirement, not an `MSVC` requirement.

https://github.com/llvm/llvm-project/pull/121075


More information about the Mlir-commits mailing list