[all-commits] [llvm/llvm-project] 78dca4: [ClangOffloadBundler] Add file size to header (#88...
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Fri Apr 19 07:40:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78dca4af5a9fd77972f80e9f1ff33a00b95f669e
https://github.com/llvm/llvm-project/commit/78dca4af5a9fd77972f80e9f1ff33a00b95f669e
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M clang/docs/ClangOffloadBundler.rst
M clang/include/clang/Driver/OffloadBundler.h
M clang/lib/Driver/OffloadBundler.cpp
M clang/test/Driver/clang-offload-bundler-zstd.c
Log Message:
-----------
[ClangOffloadBundler] Add file size to header (#88827)
__hipRegisterFatBinary only accepts one pointer argument. It is expected
to get the fat binary size from the header.
This patch adds a file size field to the header of the compressed
bundle.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list