[llvm] d748a12 - [Docs] Add CIBestPractices docs link to Reference.rst (#165108)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 25 13:25:14 PDT 2025
Author: Baranov Victor
Date: 2025-10-25T23:25:10+03:00
New Revision: d748a1276c0b21df136984e03776186c4bf5df15
URL: https://github.com/llvm/llvm-project/commit/d748a1276c0b21df136984e03776186c4bf5df15
DIFF: https://github.com/llvm/llvm-project/commit/d748a1276c0b21df136984e03776186c4bf5df15.diff
LOG: [Docs] Add CIBestPractices docs link to Reference.rst (#165108)
Based on
https://github.com/llvm/llvm-project/pull/165067#issuecomment-3446142541.
Added:
Modified:
llvm/docs/Reference.rst
Removed:
################################################################################
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
index 9b1bf1be9c8bf..212aefa0e73fb 100644
--- a/llvm/docs/Reference.rst
+++ b/llvm/docs/Reference.rst
@@ -250,3 +250,7 @@ Additional Topics
:doc:`ContentAddressableStorage`
A reference guide for using LLVM's CAS library.
+
+:doc:`CIBestPractices`
+ A list of guidelines and best practices to use when working on LLVM's
+ CI systems.
More information about the llvm-commits
mailing list