[clang] [CIR] Infrastructure: class CIRGenBuilderTy; cache CIR types (PR #119037)
Nathan Lanza via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 20:50:45 PST 2024
================
@@ -0,0 +1,25 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_CLANG_LIB_CIRBASEBUILDER_H
----------------
lanza wrote:
this should be `LLVM_CLANG_CIR_DIALECT_BUILDER_CIRBASEBUILDER_H`
https://github.com/llvm/llvm-project/pull/119037
More information about the cfe-commits
mailing list