[llvm] Fix formatting in llvm/Maintainers.md. (PR #147545)
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 08:12:58 PDT 2025
https://github.com/sunfishcode created https://github.com/llvm/llvm-project/pull/147545
Add a backslash to fix the formatting in llvm/Maintainers.md.
>From 1472cf7fb5332d168f5532376d783c2e9a896783 Mon Sep 17 00:00:00 2001
From: Dan Gohman <dev at sunfishcode.online>
Date: Tue, 8 Jul 2025 07:51:48 -0700
Subject: [PATCH] Fix formatting in llvm/Maintainers.md.
Add a backslash to fix the formatting in llvm/Maintainers.md.
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 9a7eb344ad4fb..dd698ec616761 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -518,7 +518,7 @@ Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
Michael Spencer (bigcheesegs at gmail.com), [Bigcheese](https://github.com/Bigcheese)) -- Windows support in object tools \
Alexei Starovoitov (alexei.starovoitov at gmail.com, [4ast](https://github.com/4ast)) -- BPF backend \
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) -- Sanitizers \
-Zheng Chen (czhengsz at cn.ibm.com, [chenzheng1030](https://github.com/chenzheng1030)) -- PowerPC backend
+Zheng Chen (czhengsz at cn.ibm.com, [chenzheng1030](https://github.com/chenzheng1030)) -- PowerPC backend \
Dan Gohman (llvm at sunfishcode.online, [sunfishcode](https://github.com/sunfishcode)) -- WebAssembly backend
### Former maintainers of removed components
More information about the llvm-commits
mailing list