[PATCH] D141440: [OpenMP] Adjust phases for AMDGPU offloading for OpenMP in save-temps mode

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 10:09:45 PST 2023


jhuber6 added a comment.

In D141440#4044300 <https://reviews.llvm.org/D141440#4044300>, @Jake-Egan wrote:

> Getting a build failure on AIX, could you take a look please?
>
>   /home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/lib/Driver/Driver.cpp:5715:37: error: lambda capture 'C' is not used [-Werror,-Wunused-lambda-capture]
>       auto IsHIPRDCInCompilePhase = [&C](const JobAction &JA,
>
> https://lab.llvm.org/buildbot/#/builders/214/builds/5290/steps/5/logs/stdio

Should be fixed upstream.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141440



More information about the cfe-commits mailing list