[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
Fri Jun 3 14:36:27 PDT 2022


jhuber6 added a comment.

In D125165#3557015 <https://reviews.llvm.org/D125165#3557015>, @tra wrote:

> @jhuber6 -- @MaskRay  has found that `ninja install` is failing in a clean build with:
>
>   clang: error: unable to execute command: Executable "clang-offload-packager" doesn't exist!
>
> It looks like a missing dependency somewhere.

I couldn't reproduce it with a clean build, but I went ahead and pushed a patch that builds it using the clang tool preset instead. if the problem persists I can look into the specific build configuration.


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