Skip to content

Commit 6ee9654

Browse files
committed
[Doc] Fix wrong indentation
Handle Sphinx's warning at line 218.
1 parent da61cb0 commit 6ee9654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ClangOffloadWrapper.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ For each offloading target, device ELF code objects are generated by ``clang``,
214214

215215
* At compile time, the ``clang-offload-wrapper`` tool takes the following
216216
actions:
217+
217218
* It embeds the ELF code objects for the device into the host code (see
218219
:ref:`openmp-device-binary_embedding`).
220+
219221
* At execution time:
222+
220223
* The global constructor gets run and it registers the device image.

0 commit comments

Comments
 (0)