Skip to content

Commit c5e3430

Browse files
committed
[Clang][Docs] Fix leftoever references to moved documenation
1 parent 872c431 commit c5e3430

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

clang/docs/ClangLinkerWrapper.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This tool works as a wrapper of the normal host linking job. This tool is used
1414
to create linked device images for offloading and the necessary runtime calls to
1515
register them. It works by first scanning the linker's input for embedded device
1616
offloading data stored at the ``.llvm.offloading`` section. This section
17-
contains binary data created by the :doc:`ClangOffloadPackager`. The extracted
18-
device files will then be linked. The linked modules will then be wrapped into a
19-
new object file containing the code necessary to register it with the offloading
20-
runtime.
17+
contains binary data created by the ``llvm-offload-binary`` utility. The
18+
extracted device files will then be linked. The linked modules will then be
19+
wrapped into a new object file containing the code necessary to register it with
20+
the offloading runtime.
2121

2222
Usage
2323
=====

clang/docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Using Clang Tools
101101
ClangLinkerWrapper
102102
ClangNVLinkWrapper
103103
ClangOffloadBundler
104-
ClangOffloadPackager
105104
ClangRepl
106105
ClangSYCLLinker
107106

0 commit comments

Comments
 (0)