[clang] c5e3430 - [Clang][Docs] Fix leftoever references to moved documenation

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 7 12:16:50 PDT 2025


Author: Joseph Huber
Date: 2025-10-07T14:16:34-05:00
New Revision: c5e343022cedd107559411378e6e008ef87b3caf

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

LOG: [Clang][Docs] Fix leftoever references to moved documenation

Added: 
    

Modified: 
    clang/docs/ClangLinkerWrapper.rst
    clang/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangLinkerWrapper.rst b/clang/docs/ClangLinkerWrapper.rst
index eb38d2b8fb5ee..28f48fce6fe36 100644
--- a/clang/docs/ClangLinkerWrapper.rst
+++ b/clang/docs/ClangLinkerWrapper.rst
@@ -14,10 +14,10 @@ This tool works as a wrapper of the normal host linking job. This tool is used
 to create linked device images for offloading and the necessary runtime calls to
 register them. It works by first scanning the linker's input for embedded device
 offloading data stored at the ``.llvm.offloading`` section. This section
-contains binary data created by the :doc:`ClangOffloadPackager`. The extracted
-device files will then be linked. The linked modules will then be wrapped into a
-new object file containing the code necessary to register it with the offloading
-runtime.
+contains binary data created by the ``llvm-offload-binary`` utility. The
+extracted device files will then be linked. The linked modules will then be
+wrapped into a new object file containing the code necessary to register it with
+the offloading runtime.
 
 Usage
 =====

diff  --git a/clang/docs/index.rst b/clang/docs/index.rst
index be654af57f890..e238518cff38e 100644
--- a/clang/docs/index.rst
+++ b/clang/docs/index.rst
@@ -101,7 +101,6 @@ Using Clang Tools
    ClangLinkerWrapper
    ClangNVLinkWrapper
    ClangOffloadBundler
-   ClangOffloadPackager
    ClangRepl
    ClangSYCLLinker
 


        


More information about the cfe-commits mailing list