[llvm-branch-commits] [llvm] [LLVM][NFC] Move PassPlugin from Passes to Extensions lib (PR #172478)

Alexis Engelke via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 19 03:27:17 PST 2025


https://github.com/aengelke updated https://github.com/llvm/llvm-project/pull/172478

>From 704e0ab64a863e81f236a7f96681f39da054f4b7 Mon Sep 17 00:00:00 2001
From: Alexis Engelke <engelke at in.tum.de>
Date: Fri, 19 Dec 2025 11:27:07 +0000
Subject: [PATCH] fix header guard comment

Created using spr 1.3.5-bogner
---
 llvm/include/llvm/Extensions/PassPlugin.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/include/llvm/Extensions/PassPlugin.h b/llvm/include/llvm/Extensions/PassPlugin.h
index c033f357e028a..a9db5673b506e 100644
--- a/llvm/include/llvm/Extensions/PassPlugin.h
+++ b/llvm/include/llvm/Extensions/PassPlugin.h
@@ -139,4 +139,4 @@ llvmGetPassPluginInfo();
 #pragma clang diagnostic pop
 #endif
 
-#endif /* LLVM_PASSES_PASSPLUGIN_H */
+#endif /* LLVM_EXTENSIONS_PASSPLUGIN_H */



More information about the llvm-branch-commits mailing list