[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 13:59:37 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.

Weird, I'll try a fresh build myself and see if I can figure it out. I'm not sure if it's the problem, but I used `add_clang_executable` instead of `add_clang_tool` in the CMake, that's the only thing that stands out I can see.


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