[llvm] [QualGroup][docs] Update meeting schedule and link for slides (PR #169458)

Zaky Hermawan via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 23:50:25 PST 2025


https://github.com/ZakyHermawan updated https://github.com/llvm/llvm-project/pull/169458

>From c8dbe138b5cf49878d3911bf067426fbcf1dfd32 Mon Sep 17 00:00:00 2001
From: ZakyHermawan <zaky.hermawan9615 at gmail.com>
Date: Tue, 25 Nov 2025 12:36:59 +0700
Subject: [PATCH 1/3] [QualGroup][docs] Update meeting calendar and link for
 slides

* Remove the Wednesday schedule, since we did not have the meeting for Americas-friendly timezones.
* Use a single folder for past meeting slides instead of individual links.
---
 llvm/docs/GettingInvolved.rst |  2 +-
 llvm/docs/QualGroup.rst       | 11 ++---------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index ad544342de329..b90f313f70cb2 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -209,7 +209,7 @@ what to add to your calendar invite.
      - `ics <https://drive.google.com/file/d/1ten-u-4yjOcCoONUtR4_AxsFxRDTUp1b/view?usp=sharing>`__
      - `Meeting details/agenda: <https://docs.google.com/document/d/1Glzy2JiWuysbD-HBWGUOkZqT09GJ4_Ljodr0lXD5XfQ/edit>`__
    * - `LLVM Qualification Working Group <https://llvm.org/docs/QualGroup.html>`__
-     - 1st Tuesday/Wednesday of the month
+     - 1st Tuesday of the month
      - `ics <https://calendar.google.com/calendar/ical/c_fe5774fa2769c5085d6b87e8fac272e8940e7d0089bc0e0a58dc3ead7978504b%40group.calendar.google.com/public/basic.ics>`__
        `gcal <https://calendar.google.com/calendar/embed?src=c_fe5774fa2769c5085d6b87e8fac272e8940e7d0089bc0e0a58dc3ead7978504b%40group.calendar.google.com&ctz=Asia%2FTokyo>`__
      - `Minutes/docs <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`__
diff --git a/llvm/docs/QualGroup.rst b/llvm/docs/QualGroup.rst
index 01c1f6f9d0032..45df0539178c8 100644
--- a/llvm/docs/QualGroup.rst
+++ b/llvm/docs/QualGroup.rst
@@ -241,15 +241,8 @@ Agendas, meeting notes, and presentation slides for the sync-ups are shared to e
 Upcoming and past meeting agendas, and meeting minutes are published in a dedicated thread
 on the LLVM Discourse forum: `Meeting Agendas and Minutes <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`_ 
 
-Slides used to support discussions during sync-up meetings are stored in LLVM's GitHub repository.
-
-Available slides:
-
-* (add future entries here)
-* `October 2025 <https://docs.google.com/presentation/d/1ND2SkjgcHvcEbQmMd8ExL-PpRXouP49T-wfy3xf2yRQ/edit?usp=sharing>`_
-* `September 2025 <https://docs.google.com/presentation/d/1SZAE-QHfJED6CxJCCtBkPDxcw7XU9ORX54TJyXe1ppc/edit?usp=sharing>`_
-* `August 2025 <https://docs.google.com/presentation/d/1K8GWoRm8ZAeyyGvTeV5f-sMOhMr7WHiEk6_Nm5Fk10o/edit?usp=sharing>`_
-* `July 2025 <https://docs.google.com/presentation/d/1ktURe9qz5ggbdOQYK-2ISpiC18B-Y_35WvGyAnnxEpw/edit?usp=sharing>`_
+Slides used to support discussions during sync-up meetings are stored in a dedicated Google Drive folder: `Link <https://drive.google.com/drive/u/1/folders/1nu3JAanE0gqQDll0S9ofVy4FOFezc6Mm>`_.
+Note: that the naming convention for these slides is YYYYMM_llvm_qual_wg.
 
 AI Transcription Policy
 =======================

>From c7b54d66d62573d88916f0de306c946e94e9a641 Mon Sep 17 00:00:00 2001
From: ZakyHermawan <zaky.hermawan9615 at gmail.com>
Date: Tue, 25 Nov 2025 14:41:32 +0700
Subject: [PATCH 2/3] [QualGroup][docs] A minor adjustment to the wording

Signed-off-by: ZakyHermawan <zaky.hermawan9615 at gmail.com>
---
 llvm/docs/QualGroup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/QualGroup.rst b/llvm/docs/QualGroup.rst
index 45df0539178c8..a0862a1c0ad14 100644
--- a/llvm/docs/QualGroup.rst
+++ b/llvm/docs/QualGroup.rst
@@ -242,7 +242,7 @@ Upcoming and past meeting agendas, and meeting minutes are published in a dedica
 on the LLVM Discourse forum: `Meeting Agendas and Minutes <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`_ 
 
 Slides used to support discussions during sync-up meetings are stored in a dedicated Google Drive folder: `Link <https://drive.google.com/drive/u/1/folders/1nu3JAanE0gqQDll0S9ofVy4FOFezc6Mm>`_.
-Note: that the naming convention for these slides is YYYYMM_llvm_qual_wg.
+Note that the naming convention for these slides is *YYYYMM*_llvm_qual_wg.
 
 AI Transcription Policy
 =======================

>From a943dab3c93ad259b2369b94e5a8b2bf0cc224f0 Mon Sep 17 00:00:00 2001
From: ZakyHermawan <zaky.hermawan9615 at gmail.com>
Date: Tue, 25 Nov 2025 14:49:55 +0700
Subject: [PATCH 3/3] [QualGroup][docs] Fix 'Inline emphasis start-string
 without end-string' error

Signed-off-by: ZakyHermawan <zaky.hermawan9615 at gmail.com>
---
 llvm/docs/QualGroup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/QualGroup.rst b/llvm/docs/QualGroup.rst
index a0862a1c0ad14..1c065f69ef613 100644
--- a/llvm/docs/QualGroup.rst
+++ b/llvm/docs/QualGroup.rst
@@ -242,7 +242,7 @@ Upcoming and past meeting agendas, and meeting minutes are published in a dedica
 on the LLVM Discourse forum: `Meeting Agendas and Minutes <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`_ 
 
 Slides used to support discussions during sync-up meetings are stored in a dedicated Google Drive folder: `Link <https://drive.google.com/drive/u/1/folders/1nu3JAanE0gqQDll0S9ofVy4FOFezc6Mm>`_.
-Note that the naming convention for these slides is *YYYYMM*_llvm_qual_wg.
+Note that the naming convention for these slides is *YYYYMM*\_llvm_qual_wg.
 
 AI Transcription Policy
 =======================



More information about the llvm-commits mailing list