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 <[email protected]> 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 */ _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
