[Mlir-commits] [mlir] [MLIR][CMake] Add PCH for MLIRIR (PR #213412)
Alexis Engelke
llvmlistbot at llvm.org
Sat Aug 1 02:14:38 PDT 2026
================
@@ -0,0 +1,47 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// Precompiled header for MLIRIR.
+///
+//===----------------------------------------------------------------------===//
+
+#include "mlir/Bytecode/BytecodeImplementation.h"
+#include "mlir/Bytecode/BytecodeOpInterface.h"
----------------
aengelke wrote:
Isn't this a layering violation? Again, I'm not too familiar with the library structure.
https://github.com/llvm/llvm-project/pull/213412
More information about the Mlir-commits
mailing list