[libcxx-commits] [PATCH] D129675: Remove references to old mailing lists that have moved to discourse. Replace with links to discourse.

Tanya Lattner via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 13 11:43:21 PDT 2022


tonic created this revision.
Herald added subscribers: Enna1, jvesely, arphaman.
Herald added a project: All.
tonic requested review of this revision.
Herald added projects: Sanitizers, libc++abi.
Herald added subscribers: libcxx-commits, Sanitizers.
Herald added a reviewer: libc++abi.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129675

Files:
  compiler-rt/www/index.html
  libclc/www/index.html
  libcxxabi/www/index.html


Index: libcxxabi/www/index.html
===================================================================
--- libcxxabi/www/index.html
+++ libcxxabi/www/index.html
@@ -23,7 +23,7 @@
   <div class="submenu">
     <label>Quick Links</label>
     <a href="https://libcxx.llvm.org/">libc++</a>
-    <a href="https://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev</a>
+    <a href="https://discourse.llvm.org/c/runtimes/libcxx/10">Discourse Forums</a>
     <a href="https://lists.llvm.org/mailman/listinfo/libcxx-commits">libcxx-commits</a>
     <a href="https://bugs.llvm.org/">Bug Reports</a>
     <a href="https://github.com/llvm/llvm-project/tree/main/libcxxabi/">Browse Sources</a>
Index: libclc/www/index.html
===================================================================
--- libclc/www/index.html
+++ libclc/www/index.html
@@ -45,9 +45,9 @@
 
 <tt>git clone https://github.com/llvm/llvm-project.git</tt> (<a href="https://github.com/llvm/llvm-project/tree/libclc">View sources</a>)
 
-<h2>Mailing List</h2>
+<h2>Discourse forums</h2>
 
-libclc-dev at lists.llvm.org (<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev">subscribe/unsubscribe</a>, <a href="https://lists.llvm.org/pipermail/libclc-dev/">archives</a>)
+<a href="https://discourse.llvm.org/c/runtimes/opencl/65">Runtimes - OpenCL category</a>
 
 </body>
 </html>
Index: compiler-rt/www/index.html
===================================================================
--- compiler-rt/www/index.html
+++ compiler-rt/www/index.html
@@ -135,11 +135,9 @@
   command in either LLVM/Clang/compiler-rt or standalone
   compiler-rt build tree.</p>
 
-  <p>compiler-rt doesn't have its own mailing list, if you have questions please
-     email the <a
-    href="https://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> mailing
-    list.  Commits to compiler-rt are automatically sent to the
-    <a
+  <p>If you have questions, please ask on the <a href="https://discourse.llvm.org/c/runtimes/64">
+   Discourse forums</a> under the Runtime category.  Commits to compiler-rt are automatically 
+   sent to the <a
   href="https://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
     mailing list.</p>
 </div>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129675.444357.patch
Type: text/x-patch
Size: 2206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220713/761c8c56/attachment.bin>


More information about the libcxx-commits mailing list