[PATCH] D125165: [Clang] Introduce clang-offload-packager tool to bundle device files

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 11 09:03:43 PDT 2022


yaxunl added a comment.

In D125165#3506502 <https://reviews.llvm.org/D125165#3506502>, @thakis wrote:

> In D125165#3506477 <https://reviews.llvm.org/D125165#3506477>, @yaxunl wrote:
>
>> In D125165#3506448 <https://reviews.llvm.org/D125165#3506448>, @thakis wrote:
>>
>>> We could add a "clang-offload-bundler and clang-offload-wrapper are deprecated, replace them with $whatever" in the release notes and then remove them a release later, assuming the replacement is straightforward.
>>
>> I think it is still too early to say clang-offload-bundler is deprecated. It is used by HIP toolchain and has functionality currently not available in clang-offload-packager.
>
> If I read the above right, jhuber says it's been merged into clang itself, not that it's being replaced by clang-offload-packager (?)

clang-offload-bundler is not merged into clang itself (https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp)

Currently, its functionality is not replaced by clang-offload-packager. I am not sure about future.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125165/new/

https://reviews.llvm.org/D125165



More information about the cfe-commits mailing list