[PATCH] D84822: Add target ID to AMDGPU documentation
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 12:51:57 PDT 2020
t-tye added inline comments.
================
Comment at: llvm/docs/AMDGPUUsage.rst:1298
+``clang-offload-bundler`` is used to bundle the offload code objects
+(see `ClangOffloadBundlerFileFormat<https://clang.llvm.org/docs/ClangOffloadBundlerFileFormat.html>`_).
+The bundled code object is embedded in the host code object as a data section
----------------
Use the Sphinx doc:`ClangOffloadBundlerFileFormat` syntax. I think there is an example elsewhere in the file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84822/new/
https://reviews.llvm.org/D84822
More information about the llvm-commits
mailing list