[PATCH] D125165: [Clang] Introduce clang-offload-packager tool to bundle device files
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 11:48:34 PDT 2022
jhuber6 added a comment.
In D125165#3504252 <https://reviews.llvm.org/D125165#3504252>, @tra wrote:
> LGTM in principle.
>
> Given that we're introducing a new tool dependency we may want to get a stamp from someone dealing with build and release.
> @tstellar -- do we need to change anything else for the new binary to ship with clang releases?
We did break ABI with LLVM 14 seeing as we supported `-fopenmp-new-driver` in the release. This used a different method of encoding which isn't compatible with this one. But since that functionality was hidden behind an opt-in experimental flag I would think it's okay to change it.
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