[clang] a03f73c - Fix the Clang sphinx bot

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 08:24:06 PDT 2023


Author: Aaron Ballman
Date: 2023-07-25T11:23:36-04:00
New Revision: a03f73c3368dfa782bd6eadcd086cced190ef02a

URL: https://github.com/llvm/llvm-project/commit/a03f73c3368dfa782bd6eadcd086cced190ef02a
DIFF: https://github.com/llvm/llvm-project/commit/a03f73c3368dfa782bd6eadcd086cced190ef02a.diff

LOG: Fix the Clang sphinx bot

This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/47877

Added: 
    

Modified: 
    clang/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/index.rst b/clang/docs/index.rst
index dd726a81eb3fd7..5453a19564b873 100644
--- a/clang/docs/index.rst
+++ b/clang/docs/index.rst
@@ -47,6 +47,7 @@ Using Clang as a Compiler
    OpenCLSupport
    OpenMPSupport
    SYCLSupport
+   HIPSupport
    HLSL/HLSLDocs
    ThinLTO
    APINotes


        


More information about the cfe-commits mailing list