[PATCH] D94338: [Clang][Docs] Fix ambiguity in clang-offload-bundler docs
Scott Linder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 8 13:56:31 PST 2021
scott.linder created this revision.
scott.linder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94338
Files:
clang/docs/ClangOffloadBundler.rst
Index: clang/docs/ClangOffloadBundler.rst
===================================================================
--- clang/docs/ClangOffloadBundler.rst
+++ clang/docs/ClangOffloadBundler.rst
@@ -44,7 +44,7 @@
Field Type Size in Bytes Description
=================================== ======= ================ ===============================
Magic String string 24 ``__CLANG_OFFLOAD_BUNDLE__``
- Number Of Code Objects integer 8 Number od bundled code objects.
+ Number Of Bundle Entries integer 8 Number of bundle entries.
1st Bundle Entry Code Object Offset integer 8 Byte offset from beginning of
bundled code object to 1st code
object.
@@ -208,4 +208,4 @@
features <https://llvm.org/docs/AMDGPUUsage.html#amdgpu-target-features>`_
supported.
-Most other targets do not support target IDs.
\ No newline at end of file
+Most other targets do not support target IDs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94338.315508.patch
Type: text/x-patch
Size: 1171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210108/79ca351a/attachment.bin>
More information about the cfe-commits
mailing list