File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ This tool works as a wrapper of the normal host linking job. This tool is used
14
14
to create linked device images for offloading and the necessary runtime calls to
15
15
register them. It works by first scanning the linker's input for embedded device
16
16
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.
21
21
22
22
Usage
23
23
=====
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ Using Clang Tools
101
101
ClangLinkerWrapper
102
102
ClangNVLinkWrapper
103
103
ClangOffloadBundler
104
- ClangOffloadPackager
105
104
ClangRepl
106
105
ClangSYCLLinker
107
106
You can’t perform that action at this time.
0 commit comments