[Mlir-commits] [mlir] [mlir][NFC] Move LLVM::ModuleTranslation::SaveStack to a shared header (PR #144897)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Jun 19 11:34:27 PDT 2025


================
@@ -0,0 +1,9 @@
+//===- StateStack.cpp - Utility for storing a stack of state --------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "mlir/Support/StateStack.h"
----------------
ftynse wrote:

Trailing newline please.

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


More information about the Mlir-commits mailing list