[clang] [CIR] Upstream simple function bodies (PR #127674)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 12:00:32 PST 2025


================
@@ -11,8 +11,8 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_CIR_DIALECT_IR_CIROPS
-#define LLVM_CLANG_CIR_DIALECT_IR_CIROPS
+#ifndef CLANG_CIR_DIALECT_IR_CIROPS_TD
----------------
andykaylor wrote:

Why is the LLVM_ prefix being removed here?

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


More information about the cfe-commits mailing list