[clang] 6ee9654 - [Doc] Fix wrong indentation
Saiyedul Islam via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 19 03:16:23 PST 2022
Author: Saiyedul Islam
Date: 2022-01-19T11:15:31Z
New Revision: 6ee965471363972fafbed60ad8d27d0f666f8671
URL: https://github.com/llvm/llvm-project/commit/6ee965471363972fafbed60ad8d27d0f666f8671
DIFF: https://github.com/llvm/llvm-project/commit/6ee965471363972fafbed60ad8d27d0f666f8671.diff
LOG: [Doc] Fix wrong indentation
Handle Sphinx's warning at line 218.
Added:
Modified:
clang/docs/ClangOffloadWrapper.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangOffloadWrapper.rst b/clang/docs/ClangOffloadWrapper.rst
index 2a1e9f362608..efd042509547 100644
--- a/clang/docs/ClangOffloadWrapper.rst
+++ b/clang/docs/ClangOffloadWrapper.rst
@@ -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.
More information about the cfe-commits
mailing list