[Mlir-commits] [mlir] [llvm] [mlir] Add config for PDL (PR #69927)

Mehdi Amini llvmlistbot at llvm.org
Sat Dec 9 20:29:59 PST 2023


================
@@ -2333,3 +2334,4 @@ LogicalResult PDLByteCode::rewrite(PatternRewriter &rewriter,
   }
   return result;
 }
+#endif // MLIR_ENABLE_PDL
----------------
joker-eph wrote:

I think we can avoid the macros here by handling this as a library in cmake.

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


More information about the Mlir-commits mailing list