Skip to content

Commit 8df4ce5

Browse files
committed
Update document
1 parent 1650912 commit 8df4ce5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/ClangOffloadBundler.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ without differentiation based on offload kind.
271271
``<arch><sub>-<vendor>-<sys>``, or
272272
``<arch><sub>-<vendor>-<sys>-<env>``
273273

274-
However, in order to standardize outputs for tools that consume bitcode
275-
bundles, the bundler only accepts target triples with the 4-field target
276-
triple:
274+
However, in order to standardize outputs for tools that consume bitcode bundles
275+
and to parse target ID containing dashes, the bundler only accepts target
276+
triples in the 4-field format:
277277

278278
``<arch><sub>-<vendor>-<sys>-<env>``
279279

@@ -542,4 +542,4 @@ The compressed offload bundle begins with a header followed by the compressed bi
542542
- **Compressed Data**:
543543
The actual compressed binary data follows the header. Its size can be inferred from the total size of the file minus the header size.
544544

545-
> **Note**: Version 3 of the format is under development. It uses 64-bit fields for Total File Size and Uncompressed Binary Size to support files larger than 4GB. To experiment with version 3, set the environment variable `COMPRESSED_BUNDLE_FORMAT_VERSION=3`. This support is experimental and not recommended for production use.
545+
> **Note**: Version 3 of the format is under development. It uses 64-bit fields for Total File Size and Uncompressed Binary Size to support files larger than 4GB. To experiment with version 3, set the environment variable `COMPRESSED_BUNDLE_FORMAT_VERSION=3`. This support is experimental and not recommended for production use.

0 commit comments

Comments
 (0)