[llvm] Remove reference to catapult's github repository (PR #181368)

Victor Vianna via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 13 06:47:21 PST 2026


https://github.com/victorvianna created https://github.com/llvm/llvm-project/pull/181368

That repo was archived. Prefer using the corresponding chromium URL.

>From 98430f93b21eb073f70dfd9094ec0e75e492fa5d Mon Sep 17 00:00:00 2001
From: Victor Hugo Vianna Silva <victorvianna at google.com>
Date: Fri, 13 Feb 2026 14:46:13 +0000
Subject: [PATCH] Remove reference to catapult's github repository

That repo was archived. Prefer using the corresponding chromium
URL.
---
 llvm/docs/XRay.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/XRay.rst b/llvm/docs/XRay.rst
index ceb5b88ab9108..933bc5b0cf3b1 100644
--- a/llvm/docs/XRay.rst
+++ b/llvm/docs/XRay.rst
@@ -317,7 +317,7 @@ supports the following subcommands:
   convert from binary XRay traces (both basic and FDR mode) to YAML,
   `flame-graph <https://github.com/brendangregg/FlameGraph>`_ friendly text
   formats, as well as `Chrome Trace Viewer (catapult)
-  <https://github.com/catapult-project/catapult>` formats.
+  <https://chromium.googlesource.com/catapult>` formats.
 - ``graph``: Generates a DOT graph of the function call relationships between
   functions found in an XRay trace.
 - ``stack``: Reconstructs function call stacks from a timeline of function



More information about the llvm-commits mailing list