Skip to content

Commit

Permalink
[Doc] Fix wrong indentation
Browse files Browse the repository at this point in the history
Handle Sphinx's warning at line 218.
  • Loading branch information
saiislam committed Jan 19, 2022
1 parent da61cb0 commit 6ee9654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/docs/ClangOffloadWrapper.rst
Expand Up @@ -214,7 +214,10 @@ For each offloading target, device ELF code objects are generated by ``clang``,

* At compile time, the ``clang-offload-wrapper`` tool takes the following
actions:

* It embeds the ELF code objects for the device into the host code (see
:ref:`openmp-device-binary_embedding`).

* At execution time:

* The global constructor gets run and it registers the device image.

0 comments on commit 6ee9654

Please sign in to comment.