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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits