[clang] [CIR] Upstream global variable linkage types (PR #129072)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 08:06:04 PST 2025


================
@@ -0,0 +1,119 @@
+//===- CIROpsEnumsDialect.h - MLIR Dialect for CIR ----------------------*- C++
+//-*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This file declares the Target dialect for CIR in MLIR.
----------------
erichkeane wrote:

Does it?  Seems this should better match the file.

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


More information about the cfe-commits mailing list