forked from OSchip/llvm-project
[Doc] Fix wrong indentation
Handle Sphinx's warning at line 218.
This commit is contained in:
parent
da61cb019e
commit
6ee9654713
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue