[clang] [CIR] Infrastructure: class CIRGenBuilderTy; cache CIR types (PR #119037)
Nathan Lanza via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 21:11:50 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:
Yup, our fault originally :p
https://github.com/llvm/llvm-project/pull/119037
More information about the cfe-commits
mailing list