[clang] [CIR] Upstream global variable linkage types (PR #129072)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 09:35:47 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.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_DIALECT_CIR_CIROPSENUMS_H_
----------------
andykaylor wrote:
```suggestion
#ifndef CLANG_CIR_DIALECT_IR_CIROPSENUMS_H
```
https://github.com/llvm/llvm-project/pull/129072
More information about the cfe-commits
mailing list