[llvm] Add a GitHub team to subscribe to WebAssembly backend (PR #65419)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 15:38:37 PDT 2023


https://github.com/dschuff created https://github.com/llvm/llvm-project/pull/65419:

This also includes some files related to the Wasm binary and object file format (which is technically distinct from the LLVM architecture, but practically inseparable).

>From 8b9e540ef3cf99ce839fbaefe8eeab3f880f8568 Mon Sep 17 00:00:00 2001
From: Derek Schuff <dschuff at chromium.org>
Date: Tue, 5 Sep 2023 15:33:17 -0700
Subject: [PATCH] Wasm Backend subscribers

---
 .github/CODEOWNERS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a1eee75b75f95e..ff57c1cc4262bf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -588,3 +588,28 @@ utils/bazel/llvm-project-overlay/libc/** @llvm/pr-subscribers-libc
 /llvm/tools/llvm-exegesis/ @llvm/pr-subscribers-exegesis
 /llvm/test/tools/llvm-exegesis/ @llvm/pr-subscribers-exegesis
 /llvm/unittests/tools/llvm-exegesis/ @llvm/pr-subscribers-exegesis
+
+# WebAssembly
+/llvm/include/llvm/BinaryFormat/Wasm.h
+/llvm/include/llvm/IR/IntinsicsWebAssembly.td
+/llvm/include/llvm/Object/Wasm*
+/llvm/lib/CodeGen/Wasm*
+/llvm/lib/CodeGen/AsmPrinter/Wasm*
+/llvm/lib/MC/MCParser/Wasm*
+/llvm/lib/MC/Wasm*
+/llvm/lib/ObjCopy/wasm/
+/llvm/lib/Object/Wasm*
+/llvm/lib/Target/WebAssembly/
+/llvm/test/CodeGen/WebAssembly/
+/llvm/test/DebugInfo/WebAssembly/
+/llvm/test/MC/WebAssembly/
+/llvm/unittests/Target/WebAssembly/
+/clang/include/clang/Basic/BuiltinsWebAssembly.def
+/clang/include/clang/Basic/WebAssemblyReferenceTypes.def
+/clang/lib/Basic/Targets/WebAssembly*
+/clang/lib/Driver/Toolchains/WebAssembly*
+/clang/lib/CodeGen/Targets/WebAssembly*
+/clang/lib/Headers/wasm_simd128.h
+/clang/test/CodeGen/WebAssembly/
+/clang/test/Sema/*wasm*
+/clang/test/SemaCXX/*wasm*
\ No newline at end of file



More information about the llvm-commits mailing list