[clang] 7890afd - [clang-offload-bundler][docs][NFC] invalid indentation cause build issue
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 24 00:05:10 PDT 2021
Author: mydeveloperday
Date: 2021-09-24T08:03:52+01:00
New Revision: 7890afddecff01119f4d5e8825b43dd2c8361648
URL: https://github.com/llvm/llvm-project/commit/7890afddecff01119f4d5e8825b43dd2c8361648
DIFF: https://github.com/llvm/llvm-project/commit/7890afddecff01119f4d5e8825b43dd2c8361648.diff
LOG: [clang-offload-bundler][docs][NFC] invalid indentation cause build issue
Added:
Modified:
clang/docs/ClangOffloadBundler.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangOffloadBundler.rst b/clang/docs/ClangOffloadBundler.rst
index 312c45602c991..ac4c5b51904fc 100644
--- a/clang/docs/ClangOffloadBundler.rst
+++ b/clang/docs/ClangOffloadBundler.rst
@@ -273,6 +273,8 @@ file will contain device binaries for a host and one or more targets. The
output device specific archive is in a format compatible with GNU ar utility
and contains a collection of device binaries for a specific target.
+.. code::
+
Heterogeneous Device Archive, HDA = {F1.X, F2.X, ..., FN.Y}
where, Fi = Bundle{Host-DeviceBinary, T1-DeviceBinary, T2-DeviceBinary, ...,
Tm-DeviceBinary},
More information about the cfe-commits
mailing list