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

Jake Egan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 10:09:18 PST 2023


Jake-Egan added a comment.

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


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